Skip to content

Commit

Permalink
Fixing dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wking-io committed Apr 26, 2024
1 parent 7b9a9f0 commit 3822a33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
import { z } from 'zod'
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
import { makeFavicon } from './components/logo.tsx'
import { EpicProgress } from './components/progress-bar.tsx'
import { useToast } from './components/toaster.tsx'
import { href as iconsHref } from './components/ui/icon.tsx'
import { EpicToaster } from './components/ui/sonner.tsx'
Expand Down Expand Up @@ -262,7 +261,6 @@ function App() {
<Outlet />
</div>
<EpicToaster closeButton position="top-center" theme={theme} />
<EpicProgress />
</Document>
)
}
Expand Down

0 comments on commit 3822a33

Please sign in to comment.