aboutsummaryrefslogtreecommitdiffstats
path: root/modules/VideoPlayer/components/LoaderRing.tsx
blob: 6393166b03e27a21f3a2ea1b17a30369a9a0ea14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
const LoaderRing = (props: any) => (
  <div className="lds-ring mx-auto" {...props}>
    <div />
    <div />
    <div />
    <div />
  </div>
);

export default LoaderRing;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage