Skip to content

Commit 65f512b

Browse files
committed
lint
1 parent f5cd0af commit 65f512b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/app/workspace/[workspaceId]/settings/[section]/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { GeneralSkeleton } from '@/app/workspace/[workspaceId]/settings/componen
1818
import { InboxSkeleton } from '@/app/workspace/[workspaceId]/settings/components/inbox/inbox-skeleton'
1919
import { IntegrationsSkeleton } from '@/app/workspace/[workspaceId]/settings/components/integrations/integrations-skeleton'
2020
import { McpSkeleton } from '@/app/workspace/[workspaceId]/settings/components/mcp/mcp-skeleton'
21-
import { SkillsSkeleton } from '@/app/workspace/[workspaceId]/settings/components/skills/skill-skeleton'
2221
import { RecentlyDeletedSkeleton } from '@/app/workspace/[workspaceId]/settings/components/recently-deleted/recently-deleted-skeleton'
22+
import { SkillsSkeleton } from '@/app/workspace/[workspaceId]/settings/components/skills/skill-skeleton'
2323
import { WorkflowMcpServersSkeleton } from '@/app/workspace/[workspaceId]/settings/components/workflow-mcp-servers/workflow-mcp-servers-skeleton'
2424
import type { SettingsSection } from '@/app/workspace/[workspaceId]/settings/navigation'
2525
import {

apps/sim/app/workspace/[workspaceId]/settings/components/recently-deleted/recently-deleted-skeleton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function RecentlyDeletedSkeleton() {
1515
</div>
1616

1717
{/* Tabs bar */}
18-
<div className='relative flex gap-4 border-b border-[var(--border)] px-4'>
18+
<div className='relative flex gap-4 border-[var(--border)] border-b px-4'>
1919
<Skeleton className='mb-2 h-[20px] w-[32px] rounded-sm' />
2020
<Skeleton className='mb-2 h-[20px] w-[72px] rounded-sm' />
2121
<Skeleton className='mb-2 h-[20px] w-[52px] rounded-sm' />

0 commit comments

Comments
 (0)