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