|
@@ -3,7 +3,7 @@ import React, { useCallback, useMemo } from 'react';
|
|
|
import { smoothScrollIntoView } from '~/client/util/smooth-scroll';
|
|
import { smoothScrollIntoView } from '~/client/util/smooth-scroll';
|
|
|
import { usePageUser } from '~/stores/context';
|
|
import { usePageUser } from '~/stores/context';
|
|
|
|
|
|
|
|
-import RecentlyCreatedIcon from './Icons/RecentlyCreatedIcon';
|
|
|
|
|
|
|
+import { RecentlyCreatedIcon } from './Icons/RecentlyCreatedIcon';
|
|
|
|
|
|
|
|
const WIKI_HEADER_LINK = 120;
|
|
const WIKI_HEADER_LINK = 120;
|
|
|
|
|
|