Changeset 0b502c2 for chapterx-frontend/src/App.tsx
- Timestamp:
- 06/23/26 17:20:47 (12 days ago)
- Branches:
- main
- Children:
- 99c1e45
- Parents:
- b373fea
- File:
-
- 1 edited
-
chapterx-frontend/src/App.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/App.tsx
rb373fea r0b502c2 8 8 import { Footer } from './components/layout/Footer' 9 9 import { ToastContainer } from './components/ui/Toast' 10 import { DevSwitcher } from './components/DevSwitcher'11 10 import { Spinner } from './components/ui/Spinner' 12 11 … … 188 187 <Footer /> 189 188 <ToastContainer /> 190 <DevSwitcher />191 189 </div> 192 190 )
Note:
See TracChangeset
for help on using the changeset viewer.
