Skip to content

Commit

Permalink
Moved providers to config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderNaka committed Sep 18, 2024
1 parent 236e083 commit 2cdb1c7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createRoot } from "react-dom/client";

import "./index.css";

import { Providers } from "./providers";
import { Providers } from "./config/providers";
import { Router } from "./router";

const root = document.getElementById("root");
Expand Down

0 comments on commit 2cdb1c7

Please sign in to comment.