10 lines
156 B
TypeScript
10 lines
156 B
TypeScript
|
|
import OptionLayout from "~components/Option/Layout"
|
||
|
|
|
||
|
|
export const OptionModal = () => {
|
||
|
|
return (
|
||
|
|
<OptionLayout>
|
||
|
|
yo
|
||
|
|
</OptionLayout>
|
||
|
|
)
|
||
|
|
}
|