Added a test page
This commit is contained in:
5
app/pages/test.tsx
Normal file
5
app/pages/test.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Item } from "~/api/client";
|
||||
|
||||
export default function Test({ item }: { item: Item }) {
|
||||
return <div>{item.name}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user