[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";
|
||||
// components
|
||||
import { Logo } from "@/components/common/logo";
|
||||
import { ProjectFeaturesList } from "@/components/project/settings/features-list";
|
||||
// hooks
|
||||
import { useProject } from "@/hooks/store/use-project";
|
||||
// plane web imports
|
||||
import { ProjectFeaturesList } from "@/plane-web/components/projects/settings/features-list";
|
||||
|
||||
type Props = {
|
||||
workspaceSlug: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue