세션 종료 UX 정리

This commit is contained in:
Yun Chan 2026-06-27 18:09:48 +09:00
parent f472883c31
commit 1007eaf7d9
15 changed files with 460 additions and 245 deletions

View file

@ -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) {