14 lines
213 B
SCSS
14 lines
213 B
SCSS
![]() |
/*
|
||
|
Components scss
|
||
|
*/
|
||
|
|
||
|
|
||
|
// Layout components
|
||
|
@import "header/header";
|
||
|
@import "footer/footer";
|
||
|
@import "main/main";
|
||
|
|
||
|
// Functional components
|
||
|
@import "form/form";
|
||
|
@import "table/table";
|
||
|
@import "popup/popup";
|