This commit is contained in:
dylan
2023-12-27 11:37:37 -08:00
parent 5a837cc373
commit 5ec05e3db7
5 changed files with 1185 additions and 16 deletions

14
src/sampleData.ts Normal file
View File

@ -0,0 +1,14 @@
import { DominionCard, TYPE_ACTION } from "./types";
export const sampleCard: DominionCard = {
orientation: "card",
title: "Title",
description: "Hello, world.",
types: [TYPE_ACTION],
image: "",
artist: "",
author: "",
version: "",
price: "",
preview: "",
}