Skip to content

Commit

Permalink
不要なimportを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
swawa-yu committed Dec 29, 2023
1 parent 972193e commit 005b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/SearchComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react';
import { SearchOptions, BookmarkFilter } from '.';
import KomaSelector, { initializeYoubiKoma, YoubiKomaSelected } from './KomaSelector';
import './SearchComponent.css';
import { kamokuKubuns, kaikouBukyokus } from '../subject/types';
import { kaikouBukyokus } from '../subject/types';

type SearchComponentProps = {
onSearch: (newSearchOptions: SearchOptions) => void;
Expand Down

0 comments on commit 005b016

Please sign in to comment.