Добавлен роутер
This commit is contained in:
7
src/container/detail/index.tsx
Normal file
7
src/container/detail/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const DetailPage = (): React.ReactElement => {
|
||||
return <h1>Detail Page</h1>;
|
||||
};
|
||||
|
||||
export default DetailPage;
|
||||
Reference in New Issue
Block a user