Skip to content

Commit 290e092

Browse files
authored
Merge pull request #377 from ut-code/#376-button-component
#376 button component
2 parents 05c48bf + e33cf80 commit 290e092

File tree

18 files changed

+16
-16
lines changed

18 files changed

+16
-16
lines changed

frontend/src/components/elements/button/BackButton/BackButton.module.css renamed to frontend/src/components/BackButton/BackButton.module.css

File renamed without changes.

frontend/src/components/elements/button/BackButton/BackButton.tsx renamed to frontend/src/components/BackButton/BackButton.tsx

File renamed without changes.
File renamed without changes.

frontend/src/components/elements/button/BorderButton/BorderButton.module.css renamed to frontend/src/components/BorderButton/BorderButton.module.css

File renamed without changes.

frontend/src/components/elements/button/BorderButton/BorderButton.tsx renamed to frontend/src/components/BorderButton/BorderButton.tsx

File renamed without changes.
File renamed without changes.

frontend/src/components/elements/button/NextButton/NextButton.module.css renamed to frontend/src/components/NextButton/NextButton.module.css

File renamed without changes.

frontend/src/components/elements/button/NextButton/NextButton.tsx renamed to frontend/src/components/NextButton/NextButton.tsx

File renamed without changes.
File renamed without changes.

frontend/src/pages/Auth/Auth.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { useNavigate } from "react-router-dom"
44
import { UserContext } from "../../utils/context"
55
import { supabase } from "./supabaseClient"
66
import { SignOut } from "./SignOut"
7-
import { BorderButton } from "../../components/elements/button/BorderButton"
8-
import { BackButton } from "../../components/elements/button/BackButton"
9-
import { NextButton } from "../../components/elements/button/NextButton"
7+
import { BorderButton } from "../../components/BorderButton"
8+
import { BackButton } from "../../components/BackButton"
9+
import { NextButton } from "../../components/NextButton"
1010
import { Loading } from "../../components/Loading"
1111
import { TextField } from "@mui/material"
1212

0 commit comments

Comments
 (0)