feat: finish main layout
This commit is contained in:
5
src/pages/connections.tsx
Normal file
5
src/pages/connections.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const ConnectionsPage = () => {
|
||||
return <h1>Connection</h1>;
|
||||
};
|
||||
|
||||
export default ConnectionsPage;
|
||||
Reference in New Issue
Block a user