import React from 'react' export const LinearBottom = ({ loading }: { loading: boolean }) => { return (
Loading...
) }