aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/homepage.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-24 15:38:37 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-24 15:38:37 +0100
commitef7912256cb4765d553b002c24b9752c2d5096ac (patch)
tree59b574dbda693dc5f1b2605272a6eff3b23802f2 /src/ts/types/homepage.ts
parentfe5d74a864ddd1429b0753a3984c45b2392176d2 (diff)
parent0bb6411ee9fce02c2e5680f2be5740a1bbb508ad (diff)
feat: use mdx for pages
Diffstat (limited to 'src/ts/types/homepage.ts')
-rw-r--r--src/ts/types/homepage.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ts/types/homepage.ts b/src/ts/types/homepage.ts
deleted file mode 100644
index 8ff2ccb..0000000
--- a/src/ts/types/homepage.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-export type HomePage = {
- id: string;
- content: string;
-};
-
-export type HomePageBy = {
- nodeByUri: HomePage;
-};
-
-export type HomePageProps = {
- data: HomePage;
-};