From 7418689fee9f07c2ee021c2f15feb6bd0c469b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E8=8F=8C?= Date: Sat, 4 Jul 2026 01:04:45 +0800 Subject: [PATCH] fix bug --- frontend/src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index d128e1f..7baeab5 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import { useState } from 'react' import SearchBar from '../components/SearchBar' import CollectionList from '../components/CollectionList' -import { createCollection, addStock } from '../api' +import { createCollection } from '../api' import type { StockItem } from '../types' export default function HomePage() {