mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Fix Loading Spinner error
This commit is contained in:
parent
fc2ec2c9a1
commit
97da20d315
@ -1,10 +1,12 @@
|
||||
import { square } from 'ldrs'
|
||||
square.register()
|
||||
"use client"
|
||||
|
||||
import { Square } from 'ldrs/react'
|
||||
import 'ldrs/react/Square.css'
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-screen">
|
||||
<l-square
|
||||
<Square
|
||||
size={31}
|
||||
stroke={5}
|
||||
strokeLength={0.25}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user