prettier fmt

This commit is contained in:
Dan Shaw
2024-05-29 17:28:30 -07:00
parent 2fb318b154
commit cf54905539

View File

@ -34,9 +34,9 @@ export function App() {
*/
const Zoo = { state: {} }
if (typeof window !== 'undefined') {
(window as any).Zoo = Zoo
;(window as any).Zoo = Zoo
}
useRefreshSettings(paths.FILE + 'SETTINGS')
const { project, file } = useLoaderData() as IndexLoaderData
const navigate = useNavigate()