Skip to content

Commit 307f6a6

Browse files
committed
fix: 不要なReactインポートを削除
1 parent ba606c4 commit 307f6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from "react";
1+
import { useState } from "react";
22
import { Home } from "./pages/Home";
33
import { Results } from "./pages/Results";
44
import { Container, AppBar, Toolbar, Typography, Button } from "@mui/material";

0 commit comments

Comments
 (0)