File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
import type { Interpolation , Theme } from "@emotion/react" ;
2
- import { Spinner } from "components/Spinner/Spinner" ;
2
+ import { Spinner } from "components/deprecated/ Spinner/Spinner" ;
3
3
import type { FC , HTMLAttributes } from "react" ;
4
4
5
5
interface LoaderProps extends HTMLAttributes < HTMLDivElement > {
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import type { FC } from "react";
8
8
* Spinner component used to indicate loading states. This component abstracts
9
9
* the MUI CircularProgress to provide better control over its rendering,
10
10
* especially in snapshot tests with Chromatic.
11
+ *
12
+ * @deprecated prefer `components.Spinner`
11
13
*/
12
14
export const Spinner : FC < CircularProgressProps > = ( props ) => {
13
15
/**
You can’t perform that action at this time.
0 commit comments