Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 11, 2024
1 parent bbb63d8 commit cf4db6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare const MY_MAGIC_VARIABLE__0: string;
export default function Page__2() {
return `Server value: ${true ? MY_MAGIC_VARIABLE : "not set"}`;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function Page__2() {
return `Server value: ${true ? MY_MAGIC_VARIABLE : "not set"}`;
}

0 comments on commit cf4db6d

Please sign in to comment.