diff options
Diffstat (limited to 'src/client/index.tsx')
| -rw-r--r-- | src/client/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/index.tsx b/src/client/index.tsx index cb0ff5c..713869c 100644 --- a/src/client/index.tsx +++ b/src/client/index.tsx @@ -1 +1 @@ -export {}; +export { App } from "./App"; |
