summaryrefslogtreecommitdiffhomepage
path: root/src/App.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-05-22 19:05:07 -0400
committerrealtradam <[email protected]>2024-05-22 19:05:07 -0400
commit5f1b0bb1883a8021c7261dad59e063824849fd81 (patch)
tree7cc6f178256df3e7bd5556693fccbecf92034023 /src/App.tsx
parent2330eb25d958df5a8e15bcc9f452ac703323d159 (diff)
downloadmalcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.tar.gz
malcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.zip
add prod/dev env vars
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/App.tsx b/src/App.tsx
deleted file mode 100644
index b594288..0000000
--- a/src/App.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-import React from "react";
-import Routes from "./routes";
-
-export default (props) => {
- return (<Routes />);
-}
-