create steps

This commit is contained in:
Takeshi Kimata
2024-02-29 20:47:46 +09:00
parent b36e8f3c7f
commit 22c951db07
8 changed files with 189 additions and 26 deletions

View File

@@ -103,6 +103,7 @@ export default function Page({
async function fetchDataEffect() {
try {
const data = await fetchCase(url);
console.log(data)
setTestCase(data);
} catch (error) {
console.error("Error in effect:", error.message);