mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
BREATHING_ROOM implementation
This commit is contained in:
@@ -7,10 +7,9 @@ import { IssuesTable } from "@/components/issues-table";
|
||||
import { useSelection } from "@/components/selection-provider";
|
||||
import TopBar from "@/components/top-bar";
|
||||
import { ResizablePanel, ResizablePanelGroup, ResizableSeparator } from "@/components/ui/resizable";
|
||||
import { BREATHING_ROOM } from "@/lib/layout";
|
||||
import { useIssues, useOrganisations, useProjects, useSelectedIssue } from "@/lib/query/hooks";
|
||||
|
||||
const BREATHING_ROOM = 1;
|
||||
|
||||
export default function App() {
|
||||
const {
|
||||
selectedOrganisationId,
|
||||
|
||||
Reference in New Issue
Block a user