mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-16 18:29:01 +01:00
8 lines
90 B
TypeScript
8 lines
90 B
TypeScript
|
import { Game } from './game.js';
|
||
|
|
||
|
export {
|
||
|
Game,
|
||
|
};
|
||
|
|
||
|
export * as maps from './maps.js';
|