Skip to content

Commit

Permalink
fix root:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Oct 22, 2024
1 parent fe0952e commit ce782f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
55 changes: 2 additions & 53 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { AppNavbar } from "@/app-navbar"
import { Footer } from "@/components/footer"
import { Nav } from "@/components/nav"
import { RouteProvider } from "@/components/route-provider"
import stylesheet from "@/tailwind.css?url"
import { LinksFunction, LoaderFunctionArgs } from "@remix-run/node"
import { Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration, useLoaderData } from "@remix-run/react"
import { Links, LiveReload, Meta, Scripts, ScrollRestoration, useLoaderData } from "@remix-run/react"
import { PreventFlashOnWrongTheme, ThemeProvider, useTheme } from "remix-themes"
import { Toast } from "ui"

Expand Down

0 comments on commit ce782f9

Please # to comment.