fix(settings): use emcn Skeleton in extracted skeleton files

This commit is contained in:
waleed
2026-03-09 20:09:19 -07:00
parent 4c7e63cf7a
commit ab61f5188c
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton component for API key list items.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton component for BYOK provider key items.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton for the Credential Sets (Email Polling) section shown during dynamic import loading.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton component for credential list items.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton component for custom tool list items.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton for the Debug section shown during dynamic import loading.

View File

@@ -1,4 +1,4 @@
import { Skeleton } from '@/components/ui'
import { Skeleton } from '@/components/emcn'
/**
* Skeleton component for general settings loading state.