Skip to content

Commit

Permalink
Fix double imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyTron committed Jan 10, 2024
1 parent f9513de commit 4e88bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./index.css";
import router from "./router";
import { SearchBlogProvider } from "./context/searchBlog";
import { AuthContextProvider } from "./utils/AuthContext";
import { SearchBlogProvider } from "./context/searchBlog";
// import { SearchBlogProvider } from "./context/searchBlog";

const queryClient = new QueryClient({
defaultOptions: {
Expand Down

1 comment on commit 4e88bfe

@vercel
Copy link

@vercel vercel bot commented on 4e88bfe Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.