mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-19 00:30:59 +00:00
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
---
|
|
title:
|
|
slug: /
|
|
---
|
|
|
|
import {Redirect} from '@docusaurus/router';
|
|
|
|
function Home() {
|
|
return <Redirect to="/docs/create-modify-element" />;
|
|
}
|
|
|
|
<Home/> |