Skip to content

Commit

Permalink
Merge pull request #6674 from alibaba/fix/fix_default_document
Browse files Browse the repository at this point in the history
fix: fix default document import
  • Loading branch information
linbudu599 authored Nov 29, 2023
2 parents 92157d8 + 818ae15 commit c73fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ice/templates/core/document.tsx.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Meta, Title, Links, Main, Scripts } from 'ice';
import { Meta, Title, Links, Main, Scripts } from '@ice/runtime';

function Document() {
return (
Expand Down

0 comments on commit c73fbab

Please sign in to comment.