This commit is contained in:
IDONTSUDO 2023-11-20 00:48:40 +03:00
parent d70253d6a6
commit fa645dde92
51 changed files with 657 additions and 281 deletions

View file

@ -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?"