Skip to content

Commit

Permalink
main 🧊 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Jun 19, 2024
1 parent e39038a commit 6a1f912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/usePageLeave/usePageLeave.demo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCounter } from '@/hooks';
import { useCounter } from '../useCounter/useCounter';

import { usePageLeave } from './usePageLeave';

Expand Down
3 changes: 2 additions & 1 deletion src/hooks/useTime/useTime.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { useState } from 'react';

import { useInterval } from '@/hooks';
import { getDate } from '@/utils/helpers';

import { useInterval } from '../useInterval/useInterval';

export interface UseTimeReturn {
seconds: number;
minutes: number;
Expand Down

0 comments on commit 6a1f912

Please sign in to comment.