Skip to content

Commit

Permalink
Revert "fix: import"
Browse files Browse the repository at this point in the history
This reverts commit 58ac2be.
  • Loading branch information
gabrielchl committed Sep 25, 2024
1 parent aace36f commit 1ae74e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useDynamicSVGImport.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useRef, useState, useEffect } from 'react';
import { useIsMounted } from './useIsMounted';
import { IconLibrary } from '../components/Icon/Icon.types';
import { IconLibrary } from 'src/components/Icon/Icon.types';

interface UseDynamicSVGImportOptions {
onCompleted?: (
Expand Down

0 comments on commit 1ae74e6

Please sign in to comment.