mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
19e558e916
website: Prepare NPM Workspaces.
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
import { Redirect } from "@docusaurus/router";
|
|
|
|
function Home() {
|
|
return <Redirect to="docs" />;
|
|
}
|
|
|
|
export default Home;
|