mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
4 lines
221 B
TypeScript
4 lines
221 B
TypeScript
export { default as start } from './start/index';
|
|
export { default as goto } from './goto/index';
|
|
export { default as prefetch } from './prefetch/index';
|
|
export { default as prefetchRoutes } from './prefetchRoutes/index'; |