mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
fix: use legacyloader instead of lottie
This commit is contained in:
parent
c79bc4229e
commit
e804a91e10
@ -1,4 +1,5 @@
|
||||
import { Loader } from "@/components/loading/loader";
|
||||
import { LegacyLoader } from "@/components/loading/LegacyLoader";
|
||||
|
||||
export default function Loading() {
|
||||
return <Loader />;
|
||||
return <LegacyLoader />;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user