Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
fix: new release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad authored Aug 31, 2021
1 parent 9a3e7e8 commit 386d76a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vitext/src/node/components/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type DocumentProps = {
pageClientPath: string;
props: any; // fetched data
};

const DocumentContext = React.createContext<DocumentProps>(null as any);

export class Document extends React.Component {
Expand Down

0 comments on commit 386d76a

Please sign in to comment.