Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
non defined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Mar 27, 2024
1 parent 4e30cd0 commit cdd6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom/client";
import { useEffect } from "react";
import { createBrowserRouter, RouterProvider, json } from "react-router-dom";
import { createBrowserRouter, RouterProvider } from "react-router-dom";
import { Loader2 } from "lucide-react";
import "@/index.css";
import { ThemeProvider } from "@/components/theme-provider";
Expand Down

0 comments on commit cdd6cc8

Please sign in to comment.