diff --git a/client/package.json b/client/package.json index 2424a6b..9bef5c5 100644 --- a/client/package.json +++ b/client/package.json @@ -3,8 +3,6 @@ "version": "0.1.0", "private": true, "dependencies": { - "@mantine/core": "^4.1.2", - "@mantine/hooks": "^4.1.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", diff --git a/client/public/_redirects b/client/public/_redirects new file mode 100644 index 0000000..78f7f20 --- /dev/null +++ b/client/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file