Skip to content

Commit 79afc16

Browse files
committed
remove unused variables
1 parent 57afca2 commit 79afc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vite/src/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useCallback } from "react";
22
import "./styles.css";
3-
import { Bars1, Bars2, Dots1, Dots2 } from "react18-loaders/dist/server";
3+
import { Bars1 } from "react18-loaders/dist/server";
44
import { LoaderContainer, useLoader } from "react18-loaders";
55
import { LandingPage, Layout } from "@repo/shared/dist/server";
66
import { Core } from "nextjs-darkmode";

0 commit comments

Comments
 (0)