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