Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Dec 22, 2021
1 parent 67a8d45 commit abecb0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Test() {
export async function getStaticProps() {
return {
props: {
// simulate Component usage inside getStaticProps
// simulate import usage inside getStaticProps
used: [
// these import references should not be removed
Root.value,
Expand Down

0 comments on commit abecb0d

Please sign in to comment.