Remove 2026 made-up card to not confuse people
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ESNCardAnniversary } from './esncard_anniversary';
|
||||
import { ESNCard2026 } from './esncard_2026';
|
||||
// import { ESNCard2026 } from './esncard_2026';
|
||||
import type { Card } from './types';
|
||||
|
||||
export const cardTypes: Card[] = [ESNCardAnniversary, ESNCard2026];
|
||||
export const cardTypes: Card[] = [ESNCardAnniversary];
|
||||
Reference in New Issue
Block a user