Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tw1ttt3r committed Aug 3, 2022
1 parent a97f053 commit 8ebe48c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions components/Filter.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Select, { Options, SingleValue } from 'react-select';
import Select, { SingleValue } from 'react-select';

import { SRT } from 'components';
import { Product, ProductType } from 'types/Product';
import { Product } from 'types/Product';
import { FilterType } from 'types/Filter';

type Props = {
Expand Down
2 changes: 1 addition & 1 deletion components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FC } from 'react';
import styled from '@emotion/styled';
import { css } from '@emotion/react';
import { css } from '@emotion/react';

// Import Styled Components
import { FooterContainer, FlexWrap } from 'components/Footer/Footer.atoms';
Expand Down
1 change: 0 additions & 1 deletion components/List/LeadPhrase.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { formatDistanceToNow, parseISO } from 'date-fns';
import { FC, useMemo } from 'react';

interface Props {
Expand Down
1 change: 0 additions & 1 deletion components/List/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useState } from 'react';
import styled from '@emotion/styled';
import { css } from '@emotion/react';

Expand Down
4 changes: 0 additions & 4 deletions types/Filter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { ProductType } from './Product';

// export type FilterType = ProductType | 'all';

export enum FilterType {
ALL = 'all',
APP = 'app',
Expand Down

0 comments on commit 8ebe48c

Please sign in to comment.