Skip to content

Commit 1376bc3

Browse files
author
Theodore Li
committed
Lint fix
1 parent 5c28c0d commit 1376bc3

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/resource-tabs

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/resource-tabs/resource-tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
useState,
99
} from 'react'
1010
import { Button, Tooltip } from '@/components/emcn'
11-
import { Columns3, Eye, PanelLeft, Pencil, Rows3 } from '@/components/emcn/icons'
11+
import { Columns3, Eye, PanelLeft, Pencil } from '@/components/emcn/icons'
1212
import { cn } from '@/lib/core/utils/cn'
1313
import type { PreviewMode } from '@/app/workspace/[workspaceId]/files/components/file-viewer'
1414
import { AddResourceDropdown } from '@/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown'

0 commit comments

Comments
 (0)