Skip to content

Commit

Permalink
OV-6: * loader
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Aug 19, 2024
1 parent c9b1687 commit 467f748
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/bundles/common/components/loader/loader.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Box, Circle, Flex, keyframes, Text } from '@chakra-ui/react';
import { Box, Circle, Flex, Text } from '@chakra-ui/react';

const spin = keyframes`
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg)}
`;
import { spin } from './libs/constants/constants.js';

const Loader = (): JSX.Element => {
return (
Expand Down

0 comments on commit 467f748

Please sign in to comment.