diff options
Diffstat (limited to 'src-migrate/modules/home/index.tsx')
| -rw-r--r-- | src-migrate/modules/home/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/modules/home/index.tsx b/src-migrate/modules/home/index.tsx new file mode 100644 index 00000000..6993d9cf --- /dev/null +++ b/src-migrate/modules/home/index.tsx @@ -0,0 +1,3 @@ +import Home from "./components/Home"; + +export default Home
\ No newline at end of file |
