#8. Добавление алиасов, разделение на чанки, разделение на страницы, организация фвйловой структуры (#9)
This commit is contained in:
9
src/pages/projects/components/page/Page.tsx
Normal file
9
src/pages/projects/components/page/Page.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React, {memo} from 'react';
|
||||
|
||||
const Page: React.FC = () => {
|
||||
return (
|
||||
<div>projects</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(Page);
|
||||
1
src/pages/projects/components/page/index.ts
Normal file
1
src/pages/projects/components/page/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export {default as Page} from './Page';
|
||||
Reference in New Issue
Block a user