arch: move web folder into api & move api to top level
This commit is contained in:
8
frontend/src/Dashboard/index.tsx
Normal file
8
frontend/src/Dashboard/index.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { Redirect } from 'react-router';
|
||||
|
||||
const Dashboard: React.FC = () => {
|
||||
return <Redirect to="/projects" />;
|
||||
};
|
||||
|
||||
export default Dashboard;
|
Reference in New Issue
Block a user