aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-headings-tree.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/hooks/use-headings-tree.tsx')
-rw-r--r--src/utils/hooks/use-headings-tree.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/hooks/use-headings-tree.tsx b/src/utils/hooks/use-headings-tree.tsx
index f7ab452..0dc077e 100644
--- a/src/utils/hooks/use-headings-tree.tsx
+++ b/src/utils/hooks/use-headings-tree.tsx
@@ -1,5 +1,5 @@
-import { slugify } from '@utils/helpers/strings';
import { useCallback, useEffect, useMemo, useState } from 'react';
+import { slugify } from '../helpers/strings';
import { useMutationObserver } from './use-mutation-observer';
export type Heading = {