Skip to content

Commit 43fb02f

Browse files
committed
move Heading in nested folder
1 parent db0a353 commit 43fb02f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pages/links.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '@/assets/styles/github-markdown.css';
55
import { Markdown } from 'astro-remote';
66
77
import List from '@/layouts/List.astro';
8-
import Heading from '@/components/Heading.astro';
8+
import Heading from '@/components/remote-markdown/Heading.astro';
99
import { BOOKMARKS } from '@/constants/data';
1010
import { SELECTORS } from '@/constants/dom';
1111
import { getPageMetadata } from '@/utils/metadata';

0 commit comments

Comments
 (0)