removed test

This commit is contained in:
2025-03-17 20:00:42 +01:00
parent 8ee097b774
commit 5699a4a60b
2 changed files with 0 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
import type { Item } from "~/api/client";
export default function Test({ item }: { item: Item }) {
return <div>{item.name}</div>;
}