chore: Refactor route components for better organization and consistency
This commit is contained in:
@@ -2,7 +2,7 @@ import { SettingsLayout } from "~/components/Layouts/SettingsOptionLayout"
|
||||
import OptionLayout from "~/components/Layouts/Layout"
|
||||
import { PromptBody } from "~/components/Option/Prompt"
|
||||
|
||||
export const OptionPrompt = () => {
|
||||
const OptionPrompt = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
<SettingsLayout>
|
||||
@@ -11,3 +11,5 @@ export const OptionPrompt = () => {
|
||||
</OptionLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default OptionPrompt
|
||||
Reference in New Issue
Block a user