Skip to content

Commit e346139

Browse files
committed
fix(*): Same import entry for styled-components
1 parent 9acdc62 commit e346139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/topics-list.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import LinearGradient from 'react-native-linear-gradient';
3-
import styled from 'styled-components/native';
3+
import styled from 'styled-components';
44
import { colors, fonts } from 'config';
55
import { InlineLabel } from 'components';
66
import { FlatList, View } from 'react-native';

0 commit comments

Comments
 (0)