Update OptionLayout component and add OptionPrompt route
This commit is contained in:
10
src/routes/option-prompt.tsx
Normal file
10
src/routes/option-prompt.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import OptionLayout from "~components/Option/Layout"
|
||||
import { PromptBody } from "~components/Option/Prompt"
|
||||
|
||||
export const OptionPrompt = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
<PromptBody />
|
||||
</OptionLayout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user