feat: cycles and modules toggle in settings, refactor: folder structure (#247)
* feat: link option in remirror * fix: removed link import from remirror toolbar * refactor: constants folder * refactor: layouts folder structure * fix: issue view context * feat: cycles and modules toggle in settings
This commit is contained in:
parent
4e27e93739
commit
76cc634a46
73 changed files with 1283 additions and 1648 deletions
|
|
@ -13,7 +13,6 @@ import {
|
|||
} from "@heroicons/react/24/outline";
|
||||
// swr
|
||||
// services
|
||||
import type { NextPage } from "next";
|
||||
import workspaceService from "services/workspace.service";
|
||||
// hooks
|
||||
import useUser from "hooks/use-user";
|
||||
|
|
@ -23,6 +22,8 @@ import DefaultLayout from "layouts/default-layout";
|
|||
import { Spinner } from "components/ui";
|
||||
// icons
|
||||
import { EmptySpace, EmptySpaceItem } from "components/ui/empty-space";
|
||||
// types
|
||||
import type { NextPage } from "next";
|
||||
// constants
|
||||
import { WORKSPACE_INVITATION } from "constants/fetch-keys";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue