mirror of
https://github.com/motajs/template.git
synced 2026-06-14 10:41:12 +08:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
export function create() {}
|
|
|
|
export * from './hero';
|
|
export * from './interface';
|
|
export * from './item';
|
|
export * from './move';
|
|
export * from './tile';
|
|
export * from './utils';
|