mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-28 10:16:37 +00:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { Redirect } from "react-router-dom";
|
|
|
|
export default function Home() {
|
|
return <Redirect to="/introduction" />;
|
|
}
|