Skip to content

Commit

Permalink
fix: main ์ฝ”๋“œ init
Browse files Browse the repository at this point in the history
  • Loading branch information
minjeoong committed Jan 14, 2025
1 parent d3fb6fd commit 13cc1f8
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions src/page/main/index/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
import Divider from "@common/component/Divider/Divider";
import Spacing from "@common/component/Spacing/Spacing";

/*
localhost:5173/main
*/
import React, { ChangeEvent, useState } from "react";
import { Button } from "@common/component/Button";
import { IcTest } from "@asset/svg";
import { Toast } from "@common/component/Toast/Toast.tsx";

const Main = () => {
return (
<>
<Toast
message={"๋‚ด์šฉ์„ ์ž…๋ ฅํ•˜์„ธ์š”."}
variant={"default"}
iconColor={"white"}
/>
{/*<Toast*/}
{/* message={"๋‚ด์šฉ์„ ์ž…๋ ฅํ•˜์„ธ์š”."}*/}
{/* variant={"error"}*/}
{/* iconColor={"black"}*/}
{/*/>*/}
<Spacing marginBottom="10" />
<Divider size="small" />
<Spacing marginBottom="10" />
<Divider />
</>
);
return <div>๋ฉ”์ธ</div>;
};

export default Main;

0 comments on commit 13cc1f8

Please sign in to comment.