Skip to content

Commit 5f52f77

Browse files
committed
Upgrade to React 17
Remove React import
1 parent 4f1082e commit 5f52f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/LoadingSpinner/LoadingSpinner.component.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import React from 'react';
21
import styled, { keyframes } from 'styled-components';
32

43
/**
5-
* Loading spinner, shows while loading products or categories.
4+
* Loading spinner, shows while loading products or categories.
65
* Uses Styled-Components
76
*/
87
const LoadingSpinner = () => {

0 commit comments

Comments
 (0)