세션 종료 UX 정리
This commit is contained in:
parent
f472883c31
commit
1007eaf7d9
15 changed files with 460 additions and 245 deletions
|
|
@ -8,6 +8,9 @@ import "./components/ui/ui.css";
|
|||
import "./components/shell/shell.css";
|
||||
|
||||
import App from "./App";
|
||||
import { initTheme } from "./lib/theme";
|
||||
|
||||
initTheme();
|
||||
|
||||
const rootEl = document.getElementById("root");
|
||||
if (!rootEl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue