Skip to content

Commit 35a2f6c

Browse files
committed
resolved bugs
1 parent 5e5a1f8 commit 35a2f6c

File tree

8 files changed

+24614
-47314
lines changed

8 files changed

+24614
-47314
lines changed
-1020 KB
Binary file not shown.

package-lock.json

Lines changed: 24607 additions & 47306 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fintrack",
2+
"name": "fintracker",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
@@ -24,7 +24,6 @@
2424
"react-hook-form": "^7.6.0",
2525
"react-router-dom": "^5.2.0",
2626
"react-scripts": "4.0.3",
27-
"react-ui-cards": "^3.1.0",
2827
"styled-components": "^5.3.9",
2928
"web-vitals": "^1.0.1"
3029
},

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Home from "./pages/Home"
1010
import Community from "./pages/Community";
1111
import User from "./pages/User";
1212
import Transaction from "./pages/Transaction";
13-
import Team from "./pages/Team";
13+
// import Team from "./pages/Team";
1414
import GroupTransaction from "./pages/Transaction/GroupTransaction";
1515
import UserTransaction from "./pages/Transaction/UserTransaction";
1616
import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
@@ -33,7 +33,7 @@ function App() {
3333
<Route path="/signup" component={Signup} />
3434
<Route path="/forgot-password" component={ForgotPassword} />
3535
<Route path="/reset-password" component={ResetPassword} />
36-
<Route path="/team" component={Team} />
36+
{/* <Route path="/team" component={Team} /> */}
3737
</Switch>
3838
</div>
3939
<Footer />

src/pages/ForgotPassword/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { useContext, useEffect } from "react";
2-
import { Box } from "@chakra-ui/layout";
32

43
import {
54
FormControl,
65
FormLabel,
76
FormErrorMessage,
87
Input,
98
Button,
9+
Box,
1010
Text,
1111
Link,
1212
useToast,

src/pages/Login/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { useContext, useEffect } from "react";
2-
import { Box } from "@chakra-ui/layout";
32

43
import {
54
FormControl,
65
FormLabel,
76
FormErrorMessage,
87
Input,
98
Button,
9+
Box,
1010
Text,
1111
Link,
1212
} from "@chakra-ui/react";

src/pages/ResetPassword/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { useContext, useEffect, useRef } from "react";
2-
import { Box } from "@chakra-ui/layout";
32

43
import {
54
FormControl,
65
FormLabel,
76
FormErrorMessage,
87
Input,
98
Button,
9+
Box,
1010
Text,
1111
Link,
1212
} from "@chakra-ui/react";

src/pages/Signup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { useContext, useEffect } from "react";
2-
import { Box } from "@chakra-ui/layout";
32

43
import {
54
FormControl,
65
FormLabel,
76
FormErrorMessage,
87
Input,
98
Button,
9+
Box,
1010
Text,
1111
Link,
1212
} from "@chakra-ui/react";

0 commit comments

Comments
 (0)