mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-12 04:14:52 +00:00
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and other misskey contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
import { DropAndFusionGame, Mono } from './game.js';
|
|
|
|
export {
|
|
DropAndFusionGame, Mono,
|
|
};
|