Skip to content

Commit c25ad82

Browse files
fix: lint and format error
1 parent 189a21a commit c25ad82

File tree

2 files changed

+1
-2
lines changed
  • apps/web

2 files changed

+1
-2
lines changed

apps/web/app/(all)/[workspaceSlug]/(projects)/projects/(detail)/[projectId]/cycles/(list)/mobile-header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import type React from "react";
43
import type React from "react";
54
import { observer } from "mobx-react";
65
// ui

apps/web/core/components/analytics/insight-table/data-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import {
1919
} from "@tanstack/react-table";
2020
import { Search } from "lucide-react";
2121
import { useTranslation } from "@plane/i18n";
22+
import { EmptyStateCompact } from "@plane/propel/empty-state";
2223
import { CloseIcon } from "@plane/propel/icons";
2324
// plane package imports
24-
import { EmptyStateCompact } from "@plane/propel/empty-state";
2525
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@plane/propel/table";
2626
import { cn } from "@plane/utils";
2727
// plane web components

0 commit comments

Comments
 (0)