SG
Size: a a a
SG
SG
A
TS
TS
DS
KY
DS
TS
DS
A
DS
TS
A
TS
export { defaut as Name } from './filename'
TS
- components
- - index.js
// експортую кожен компонент, який є у папці
- - - MyComponent
- - - - index.js // експортую тут цей компонент
- routes
- - Dashboard
- - - DashboardView.js // імпортую тут як `import { MyComponent } from '../../components'
SG
TS
TS