diff options
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts new file mode 100644 index 0000000..6e7bcb7 --- /dev/null +++ b/src/components/index.ts @@ -0,0 +1,4 @@ +import BlockLink from "./BlockLink"; +import Layout from "./Layout"; + +export { BlockLink, Layout }; |
