update,
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Store } from 'pullstate';
|
||||
|
||||
export const CardStore = new Store({
|
||||
card_colors: ['orange', 'black', 'blue', 'purple'],
|
||||
card_types: ['visa', 'mastercard'],
|
||||
});
|
Reference in New Issue
Block a user