diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ea095c0..c2ec3fe 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -23,6 +23,7 @@ import { PicoBadge } from "./components/PicoBadge"; import { OnboardingNote } from "./components/OnboardingNote"; import { usePersistedState } from "./hooks/usePersistedState"; import { UrlInputSection } from "./components/UrlInputSection"; +import TermsOfServiceDialog from "./components/TermsOfServiceDialog"; function App() { const [appState, setAppState] = useState<"INITIAL" | "CODING" | "CODE_READY">( @@ -113,6 +114,7 @@ function App() { return (