import { LoadingPlaceholder } from '@automattic/components'; import './style.scss'; export const GitHubLoadingPlaceholder = () => { return (
); };