diff --git a/src/App.jsx b/src/App.jsx index 1b17863..82d92e7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,9 +1,10 @@ import "@styles/root.sass" +import Login from "@/pages/Login"; export default () => { return (
- +
) } \ No newline at end of file