Skip to content

Commit 09cfb6a

Browse files
committed
fix: remove useEffect import
Remove useEffect import from SnippetGenerator.tsx to fix TypeScript no-unused-vars error.
1 parent f220f64 commit 09cfb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SnippetGenerator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { useState, useEffect } from "react";
3+
import { useState } from "react";
44
import Stack from "@mui/material/Stack";
55

66
import { SnippetInfo } from "@/components/SnippetInfo";

0 commit comments

Comments
 (0)