Skip to content

Commit d339c2e

Browse files
committed
refactor: Remove "/native" from styled-components import
1 parent 0bd2f1e commit d339c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/state-badge.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import styled from 'styled-components/native';
2+
import styled from 'styled-components';
33

44
import { colors, fonts, normalize } from 'config';
55
import { translate } from 'utils';

0 commit comments

Comments
 (0)