mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:23:27 +00:00
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import { createRedirect } from '@neato/guider/client';
|
|
|
|
export default createRedirect({ to: '/backend/introduction' });
|