import styled from '@emotion/styled' import React from 'react' import { AnimatedError, Loader } from '@/shared/components' export const Animations = () => { return ( ) } const Container = styled.div` display: flex; flex-direction: column; align-items: start; gap: 32px; justify-content: center; `