[WEB-5241] fix: project features toggle #8015
This commit is contained in:
parent
c07f7b7c1e
commit
be0d1871f0
1 changed files with 2 additions and 1 deletions
|
|
@ -10,9 +10,10 @@ import { Button, getButtonStyling } from "@plane/propel/button";
|
||||||
import { Row } from "@plane/ui";
|
import { Row } from "@plane/ui";
|
||||||
// components
|
// components
|
||||||
import { Logo } from "@/components/common/logo";
|
import { Logo } from "@/components/common/logo";
|
||||||
import { ProjectFeaturesList } from "@/components/project/settings/features-list";
|
|
||||||
// hooks
|
// hooks
|
||||||
import { useProject } from "@/hooks/store/use-project";
|
import { useProject } from "@/hooks/store/use-project";
|
||||||
|
// plane web imports
|
||||||
|
import { ProjectFeaturesList } from "@/plane-web/components/projects/settings/features-list";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
workspaceSlug: string;
|
workspaceSlug: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue