progress
This commit is contained in:
parent
d70253d6a6
commit
fa645dde92
51 changed files with 657 additions and 281 deletions
|
@ -6,7 +6,7 @@ import { observer } from "mobx-react-lite";
|
|||
import { SelectProjectScreenPath } from "../../select_project/presentation/select_project";
|
||||
|
||||
export const AllProjectScreenPath = "/";
|
||||
|
||||
|
||||
export const AllProjectScreen: React.FunctionComponent = observer(() => {
|
||||
const [allProjectStore] = React.useState(
|
||||
() => new AllProjectStore(new ProjectRepository())
|
||||
|
@ -15,7 +15,6 @@ export const AllProjectScreen: React.FunctionComponent = observer(() => {
|
|||
return (
|
||||
<>
|
||||
<LoadPage
|
||||
|
||||
largeText={"Projects"}
|
||||
needBackButton={false}
|
||||
minText="create project?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue