refactor: space app barrel exports (#7573)

* refactor: space app barrel files

* chore: rename views layout
This commit is contained in:
Aaryan Khandelwal 2025-08-15 13:12:36 +05:30 committed by GitHub
parent 3391e8580c
commit d692db47b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
103 changed files with 241 additions and 273 deletions

View file

@ -4,9 +4,11 @@ import { observer } from "mobx-react";
import { useSearchParams } from "next/navigation";
import useSWR from "swr";
// components
import { IssuesLayoutsRoot } from "@/components/issues";
import { IssuesLayoutsRoot } from "@/components/issues/issue-layouts";
// hooks
import { usePublish, useLabel, useStates } from "@/hooks/store";
import { usePublish } from "@/hooks/store/publish";
import { useLabel } from "@/hooks/store/use-label";
import { useStates } from "@/hooks/store/use-state";
type Props = {
params: {