servatrice/webclient/src/containers/index.ts
Jeremy Letto 6928a2bd98
Webatrice: show loading screen until protobuf initializes (#4559)
* show loading screen until protobuf initializes

* cleanup

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2022-02-04 17:03:39 -05:00

11 lines
590 B
TypeScript

export { default as AppShell } from './App/AppShell';
export { default as Account } from './Account/Account';
export { default as Game } from './Game/Game';
export { default as Decks } from './Decks/Decks';
export { default as Room } from './Room/Room';
export { default as Player } from './Player/Player';
export { default as Server } from './Server/Server';
export { default as Logs } from './Logs/Logs';
export { default as Login } from './Login/Login';
export { default as Initialize } from './Initialize/Initialize';
export { default as Unsupported } from './Unsupported/Unsupported';