feat: add base styles and base routes
This commit is contained in:
9
client/src/pages/ConfigurationPage.tsx
Normal file
9
client/src/pages/ConfigurationPage.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Header from '../components/Header';
|
||||
|
||||
export default function ConfigurationPage() {
|
||||
return (
|
||||
<>
|
||||
<Header title="Конфигурация" />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user