diff options
Diffstat (limited to 'src/types/index.ts')
| -rw-r--r-- | src/types/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/index.ts b/src/types/index.ts new file mode 100644 index 0000000..c9820db --- /dev/null +++ b/src/types/index.ts @@ -0,0 +1,5 @@ +export * from './app'; +export * from './graphql'; +export * from './mdx'; +export * from './raw-data'; +export * from './swr'; |
