parent
b3aad60800
commit
45040b7880
@ -0,0 +1,16 @@ |
||||
/** |
||||
* テストページコンポーネント |
||||
* 白紙の状態で表示されるテスト用のページ |
||||
*/ |
||||
import React from 'react'; |
||||
import { Box } from '@mui/material'; |
||||
|
||||
const StockPage: React.FC = () => { |
||||
return ( |
||||
<Box> |
||||
{/* 白紙のページ - 何も表示しない */} |
||||
</Box> |
||||
); |
||||
}; |
||||
|
||||
export default StockPage; |
Loading…
Reference in new issue