[WEB-5241] fix: project features toggle #8015

This commit is contained in:
Vamsi Krishna 2025-10-27 17:02:22 +05:30 committed by GitHub
parent c07f7b7c1e
commit be0d1871f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;