mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +00:00
chore: run bun format to automatically format the frontend code
This commit is contained in:
+3
-2
@@ -16,11 +16,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
For commercial licensing, please contact support@quantumnous.com
|
||||
*/
|
||||
import type { ReactNode } from 'react'
|
||||
import type { UseQueryResult } from '@tanstack/react-query'
|
||||
import { AutoSkeleton } from 'auto-skeleton-react'
|
||||
import { useThemeRadiusPx } from '@/lib/theme-radius'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
import { ErrorState } from '@/components/error-state'
|
||||
import { useThemeRadiusPx } from '@/lib/theme-radius'
|
||||
|
||||
interface ContentSkeletonProps {
|
||||
loading: boolean
|
||||
|
||||
Reference in New Issue
Block a user