Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 7, 2023
1 parent b6fdcf3 commit caefdba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { s as style, m } from "../index.f66dda46.js";
const process = {
browser: !0,
env: {
FOO: "bar",
OVERRIDE: "11",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { s as style, y, m } from "../index.f66dda46.js";
const styles = {};
const styles = {
about: "about_migxty"
};
function About({ query, title }) {
return y(()=>(console.log("Mounted About: ", title), ()=>{
console.log("Unmounting About: ", title);
Expand Down

0 comments on commit caefdba

Please sign in to comment.