arch: move web folder into api & move api to top level
This commit is contained in:
7
frontend/src/Teams/Settings/index.tsx
Normal file
7
frontend/src/Teams/Settings/index.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const TeamSettings = () => {
|
||||
return <h1>HI!</h1>;
|
||||
};
|
||||
|
||||
export default TeamSettings;
|
Reference in New Issue
Block a user