aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/index.ts')
-rw-r--r--src/styles/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/index.ts b/src/styles/index.ts
new file mode 100644
index 0000000..8eee62a
--- /dev/null
+++ b/src/styles/index.ts
@@ -0,0 +1,7 @@
+import BlockAnchor from "./BlockAnchor";
+import BlockBody from "./BlockBody";
+import BlockHeader from "./BlockHeader";
+import Content from "./Content";
+import Footer from "./Footer";
+
+export { BlockAnchor, BlockBody, BlockHeader, Content, Footer };