summaryrefslogtreecommitdiffhomepage
path: root/src/components/App.jsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-06 19:24:45 -0400
committerrealtradam <[email protected]>2024-06-06 19:24:45 -0400
commit34346b1fd4fffd2571374f86b16084066dc4aa2d (patch)
tree1f147151e9b1eb9449394d5adb1827b04c4841c5 /src/components/App.jsx
parent7a38eef00de0bb35565dda3ddb1efa748c22ea47 (diff)
downloadmalcz.com-34346b1fd4fffd2571374f86b16084066dc4aa2d.tar.gz
malcz.com-34346b1fd4fffd2571374f86b16084066dc4aa2d.zip
add seperate uploading page and update match backend functionality
Diffstat (limited to 'src/components/App.jsx')
-rw-r--r--src/components/App.jsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/App.jsx b/src/components/App.jsx
deleted file mode 100644
index da6a873..0000000
--- a/src/components/App.jsx
+++ /dev/null
@@ -1,7 +0,0 @@
-import React from "react";
-import Routes from "../routes";
-
-export default (props) => {
- return (<Routes />);
-}
-