This commit is contained in:
louiscklaw
2025-06-05 13:51:25 +08:00
parent d909805283
commit d3ef280b20
23 changed files with 1900 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { Store } from 'pullstate';
export const CardStore = new Store({
card_colors: ['orange', 'black', 'blue', 'purple'],
card_types: ['visa', 'mastercard'],
});