Adds deprecation notice for Loader

This commit is contained in:
zomars
2022-09-02 13:39:45 -06:00
parent f353da625e
commit 52289a5cb5
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1 +1,4 @@
/**
* @deprecated Use custom Skeletons instead
**/
export { default } from "@calcom/ui/Loader";
+3
View File
@@ -1,3 +1,6 @@
/**
* @deprecated Use custom Skeletons instead
**/
export default function Loader() {
return (
<div className="loader border-brand dark:border-darkmodebrand">
+3
View File
@@ -1,3 +1,6 @@
/**
* @deprecated Use custom Skeletons instead
**/
export default function Loader() {
return (
<div className="loader border-brand dark:border-darkmodebrand">