This commit is contained in:
C菌
2026-07-04 01:04:45 +08:00
parent 35b2e1b44d
commit 7418689fee
+1 -1
View File
@@ -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() {