Skip to content

Commit

Permalink
STYLE : 전역 스타일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kse-seong-eun committed Jul 27, 2023
1 parent ffae6bb commit 05202c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
5 changes: 2 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import Main from "./pages/Main/main.tsx";
import Admin from "./pages/Adminpage/adminpage.tsx";
import { Route, Routes } from "react-router-dom";
import Mypage from "./pages/Mypage/mypage.tsx";
import Admin from "./pages/Admin/admin.tsx";
import { Route, Routes } from "react-router-dom";
// import ProtectedRoute from "./Components/ProtectedRoute.tsx";
// import Admin from "./pages/Admin/admin.tsx";

function App() {
return (
Expand Down
File renamed without changes.
8 changes: 6 additions & 2 deletions src/pages/Admin/admin.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import styles from "./adminpage.module.scss";

export default function Admin() {
return (
<>
<h1>Admin</h1>
<div className={styles.section}>
<h1>Adminpage</h1>
</div>
</>
)
);
}
4 changes: 0 additions & 4 deletions src/pages/Adminpage/adminpage.module.scss.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/pages/Adminpage/adminpage.tsx

This file was deleted.

0 comments on commit 05202c7

Please sign in to comment.