Skip to content

Commit c01651f

Browse files
committed
Fix: GlobalStyles 린트 오류 수정
1 parent 6be0f0c commit c01651f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/GlobalStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createGlobalStyle } from 'styled-components';
2-
import reset from 'styled-reset';
2+
import { reset } from 'styled-reset';
33

44
const GlobalStyles = createGlobalStyle`
55
${reset}

0 commit comments

Comments
 (0)