Skip to content

Commit 3867b37

Browse files
authored
Minor issue
1 parent 08aa559 commit 3867b37

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/theme/theme.ts

-6
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ import checkbox from './checkbox';
3232
import select from './select';
3333
// Bar
3434
import bar from './bar';
35-
<<<<<<< HEAD
3635
// Code
3736
import code from './code';
38-
=======
39-
>>>>>>> master
4037
// Types
4138
import { ITheme } from './types';
4239

@@ -107,10 +104,7 @@ const theme: ITheme = {
107104
badges,
108105
popup,
109106
bar,
110-
<<<<<<< HEAD
111107
code,
112-
=======
113-
>>>>>>> master
114108
select,
115109
},
116110
text: {

0 commit comments

Comments
 (0)