Adds deprecation notice for Loader

pull/4086/head
zomars 2022-09-02 13:39:16 -06:00
parent f353da625e
commit 52289a5cb5
3 changed files with 9 additions and 0 deletions

View File

@ -1 +1,4 @@
/**
* @deprecated Use custom Skeletons instead
**/
export { default } from "@calcom/ui/Loader";

View File

@ -1,3 +1,6 @@
/**
* @deprecated Use custom Skeletons instead
**/
export default function Loader() {
return (
<div className="loader border-brand dark:border-darkmodebrand">

View File

@ -1,3 +1,6 @@
/**
* @deprecated Use custom Skeletons instead
**/
export default function Loader() {
return (
<div className="loader border-brand dark:border-darkmodebrand">