Skip to content

Commit

Permalink
Remove ThemedFavIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Oct 16, 2024
1 parent 45a3930 commit 2993e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Toaster } from "./Components/ui/toaster";
const App = () => {
return (
<Suspense fallback={<Loading />}>
<ThemedFavicon />
<PluginEngine>
<HistoryAPIProvider>
<AuthUserProvider unauthorized={<Routers.SessionRouter />}>
Expand Down

0 comments on commit 2993e5a

Please sign in to comment.