mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
7 lines
240 B
TypeScript
7 lines
240 B
TypeScript
import { to_1 } from './to_1.ts';
|
|
import { to_2 } from './to_2.ts';
|
|
import { to_3 } from './to_3.ts';
|
|
import { MigrationStructure } from '@/hooks/Mapper/mapRootProvider/types.ts';
|
|
|
|
export default [to_1, to_2, to_3] as MigrationStructure[];
|