feat: Mobx integration, List and Kanban boards implementation in plane space (#1844)

* feat: init mobx and issue filter

* feat: Implemented list and kanban views in plane space and integrated mobx.

* feat: updated store type check
This commit is contained in:
guru_sainath 2023-08-11 17:18:33 +05:30 committed by GitHub
parent ad4cdcc512
commit cd5e5b96da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 2123 additions and 7 deletions

View file

@ -1,3 +1,5 @@
"use client";
import React from "react";
const HomePage = () => (