Skip to content

Commit

Permalink
- Stor refaktor og lagt til preload component på hoved av minside
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Dec 19, 2024
1 parent 3bb2515 commit b6df040
Show file tree
Hide file tree
Showing 17 changed files with 1,600 additions and 858 deletions.

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions apps/dolly-frontend/src/main/js/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang='no'>
<head>
<meta charset='UTF-8' />
<link href='/favicon.ico' rel='icon' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<title>Dolly</title>
</head>
<body>
<div id='root'></div>
<div id='react-select-root'></div>
<script src='/src/index.tsx' type='module'></script>
</body>
</html>
Loading

0 comments on commit b6df040

Please sign in to comment.