Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(loading): add shared loading component
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer committed Aug 9, 2020
1 parent 1d13532 commit 24c45bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/shared/components/Loading.tsx
@@ -0,0 +1,6 @@
import { Spinner } from '@hospitalrun/components'
import React from 'react'

const Loading = () => <Spinner color="blue" loading size={20} type="BeatLoader" />

export default Loading

0 comments on commit 24c45bc

Please sign in to comment.