Skip to content

Commit

Permalink
clean import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Aug 28, 2024
1 parent 8402958 commit b2b807a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/app/src/stores/search.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import useSWR, { mutate, SWRResponse } from 'swr';
import type { SWRResponse } from 'swr';
import useSWR, { mutate } from 'swr';

import { apiGet } from '~/client/util/apiv1-client';
import { IFormattedSearchResult, SORT_AXIS, SORT_ORDER } from '~/interfaces/search';
import type { IFormattedSearchResult } from '~/interfaces/search';
import { SORT_AXIS, SORT_ORDER } from '~/interfaces/search';


export type ISearchConfigurations = {
Expand Down

0 comments on commit b2b807a

Please sign in to comment.