Skip to content

Commit

Permalink
fix(core): wrong type import
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice authored and EYHN committed Jul 25, 2024
1 parent 2953a15 commit 211131f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useMount } from '@toeverything/infra';
import { cssVar } from '@toeverything/theme';
import { useCallback, useEffect, useState } from 'react';

import type { BaseSelectorDialogProps } from './type';
import type { BaseSelectorDialogProps } from '.';

export const useSelectDialog = function useSelectDialog<T>(
id: string,
Expand Down

0 comments on commit 211131f

Please sign in to comment.