Skip to content
Snippets Groups Projects

Merge react-branch into main.

Merged Jonas Kjærandsen requested to merge React-Branch into main
Compare and Show latest version
5 files
+ 67
27
Compare changes
  • Side-by-side
  • Inline

Files

@@ -27,7 +27,7 @@ function search(e){
// Possibly cleaner to use an svg image for the headline text
// consider renaming the file? our main function file probably shouldn't contain "test"
function Indextest() {
function Homepage() {
const { t } = useTranslation();
const queryParams = new URLSearchParams(window.location.search);
const code = queryParams.get('code');
@@ -91,5 +91,5 @@ function Indextest() {
)
}
export default Indextest;
export default Homepage;
Loading