Skip to content

Commit 4f44e47

Browse files
committed
chore: 불필요한 변수 제거
1 parent 24000be commit 4f44e47

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/PostList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import styled from 'styled-components';
44
import {
55
cardBackgroundColor,
66
cardBorderColor,
7-
textColor,
87
tagBackgroundColor,
98
tagTextColor,
109
tagHoverBackgroundColor,

src/components/search.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import React, { useState } from 'react';
22
import { navigate } from 'gatsby';
33
import styled from 'styled-components';
44
import media from '../utils/media';
5-
import {
6-
tagBackgroundColor,
7-
tagTextColor,
8-
searchInputBackgroundColor,
9-
} from '../utils/theme';
5+
import { tagTextColor, searchInputBackgroundColor } from '../utils/theme';
106

117
const SearchContainer = styled.div`
128
margin: 2rem 0;

0 commit comments

Comments
 (0)