Skip to content

Commit 17cc8a0

Browse files
committed
fix: layout import
1 parent 5b30781 commit 17cc8a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/site/layouts/DownloadSimple.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import WithMetaBar from '#site/components/withMetaBar';
66
import WithNavBar from '#site/components/withNavBar';
77
import WithProgressionSidebar from '#site/components/withProgressionSidebar';
88
import WithSimplifiedDownload from '#site/components/withSimplifiedDownload';
9-
10-
import ArticleLayout from './Article';
9+
import ArticleLayout from '#site/layouts/Article';
1110

1211
const DownloadSimpleLayout: FC = () => (
1312
<>

0 commit comments

Comments
 (0)