mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(settings): use emcn Skeleton in extracted skeleton files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton component for API key list items.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton component for BYOK provider key items.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton component for credential list items.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton component for custom tool list items.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton for the Debug section shown during dynamic import loading.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Skeleton } from '@/components/ui'
|
||||
import { Skeleton } from '@/components/emcn'
|
||||
|
||||
/**
|
||||
* Skeleton component for general settings loading state.
|
||||
|
||||
Reference in New Issue
Block a user