diff options
Diffstat (limited to 'src/components/atoms/layout/index.ts')
| -rw-r--r-- | src/components/atoms/layout/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/atoms/layout/index.ts b/src/components/atoms/layout/index.ts new file mode 100644 index 0000000..8cbc597 --- /dev/null +++ b/src/components/atoms/layout/index.ts @@ -0,0 +1,7 @@ +export * from './column'; +export * from './copyright'; +export * from './main'; +export * from './no-script'; +export * from './notice'; +export * from './section'; +export * from './sidebar'; |
