parent
6270a14d4c
commit
63ebb7b2a1
@ -0,0 +1,13 @@ |
||||
|
||||
import React from 'react'; |
||||
import { Box } from '@mui/material'; |
||||
|
||||
const AddDishies1: React.FC = () => { |
||||
return ( |
||||
<Box> |
||||
{/* 白紙のページ - 何も表示しない */} |
||||
</Box> |
||||
); |
||||
}; |
||||
|
||||
export default AddDishies1; |
Loading…
Reference in new issue