mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
small improvements (#4452)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
a87c66885c
commit
4cb7240f9a
21 changed files with 197 additions and 74 deletions
9
webclient/src/images/Images.ts
Normal file
9
webclient/src/images/Images.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Countries } from "./countries/_Countries";
|
||||
import { Faces } from "./faces/_Faces";
|
||||
import Logo from './logo.png';
|
||||
|
||||
export class Images {
|
||||
static Countries = Countries;
|
||||
static Faces = Faces;
|
||||
static Logo = Logo;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue