Update Tasks

This commit is contained in:
Possible
2024-06-26 00:05:46 +01:00
parent 967aec7bd1
commit ffe67e8c56
3 changed files with 7 additions and 12 deletions
+1 -6
View File
@@ -1,6 +1 @@
import { lazy } from "react";
export const SkeletonLoader = lazy(()=> import("./Skeleton"))
export { default as SkeletonLoader } from "./Skeleton";