mvp progress
This commit is contained in:
parent
9b16b25187
commit
6446da7e76
75 changed files with 1865 additions and 244 deletions
|
@ -0,0 +1,18 @@
|
|||
import * as React from "react";
|
||||
import { SelectProjectScreenPath } from "../../select_project/presentation/select_project";
|
||||
import { Header } from "../../../core/ui/header/header";
|
||||
|
||||
export const AllProjectScreenPath = "/";
|
||||
|
||||
export const AllProjectScreen: React.FunctionComponent = () => {
|
||||
return (
|
||||
<>
|
||||
<Header
|
||||
path={SelectProjectScreenPath}
|
||||
largeText={"All Projects"}
|
||||
minText={"create new pipiline?"}
|
||||
needBackButton={true}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue