Skip to content

Commit c7690b6

Browse files
author
Peeke Kuepers
committed
Merge remote-tracking branch 'origin/initial-value' into initial-value
2 parents 0f623eb + 21ffdf6 commit c7690b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/src/App.universal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { App as default } from '/App'
1+
export { App as default } from '/App'

example/src/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ function AppWithProvider({ search }) {
3838
<App />
3939
</QueryStringProvider>
4040
)
41-
}
41+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"/*": ["src/*"]
1919
}
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)