テストページを追加

dev-frontend-add_dishes
masato.fujita 5 months ago
parent b3aad60800
commit ec4669c92b
  1. 12
      frontend/src/pages/TestPage.tsx

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