/** * Copyright 2020 Design Barn Inc. */ import * as React from 'react'; export const DotLoading = () => { const dotClasses = 'w-1.5 h-1.5 bg-gray-500 rounded-full'; return (