chore: remove unused imports

This commit is contained in:
Björn Otgaar
2026-01-13 11:41:58 +01:00
parent f95b1148d9
commit bac94d5f8c
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
export default function Counter() {
const [customText, setCustomText] = useState("");