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.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/styles/index.ts b/src/styles/index.ts
deleted file mode 100644
index 978271a..0000000
--- a/src/styles/index.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import BlockAnchor from "./BlockAnchor";
-import BlockBody from "./BlockBody";
-import BlockHeader from "./BlockHeader";
-import Content from "./Content";
-import Footer from "./Footer";
-
-type Theme = Record<string, never>;
-
-export { BlockAnchor, BlockBody, BlockHeader, Content, Footer, Theme };