Skip to content

Commit ece1601

Browse files
Flytter bootstrap til ung-pakken
1 parent 42f8924 commit ece1601

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

packages/sak-app/src/bootstrapUng.tsx packages/ung/sak-app/bootstrapUng.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ import { Provider } from 'react-redux';
88
import { BrowserRouter, createRoutesFromChildren, matchRoutes, useLocation, useNavigationType } from 'react-router-dom';
99

1010
import { ExtendedApiError } from '@k9-sak-web/backend/shared/instrumentation/ExtendedApiError.js';
11-
import { AppIndex } from '@k9-sak-web/ung-sak-app';
12-
import configureStore from './configureStore';
11+
1312
import { IS_DEV, VITE_SENTRY_RELEASE } from './constants';
1413

1514
import { isAlertInfo } from '@k9-sak-web/gui/app/alerts/AlertInfo.js';
15+
import configureStore from '@k9-sak-web/sak-app/src/configureStore';
1616
import { AxiosError } from 'axios';
17+
import AppIndex from './app/AppIndex';
1718

1819
/* eslint no-undef: "error" */
1920
const isDevelopment = IS_DEV;

ung.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html lang="no">
3-
<head>
4-
<meta http-equiv="x-ua-compatible" content="IE=edge" />
5-
<meta charset="utf-8" />
6-
<meta name="format-detection" content="telephone=no" />
7-
<link rel="icon" type="image/x-icon" href="/client/favicon.ico" />
8-
<title>Ung-sak</title>
9-
<script type="module" src="/packages/sak-app/src/bootstrapUng.tsx"></script>
10-
</head>
11-
<body>
12-
<div id="app"></div>
13-
</body>
3+
<head>
4+
<meta http-equiv="x-ua-compatible" content="IE=edge" />
5+
<meta charset="utf-8" />
6+
<meta name="format-detection" content="telephone=no" />
7+
<link rel="icon" type="image/x-icon" href="/client/favicon.ico" />
8+
<title>Ung-sak</title>
9+
<script type="module" src="/packages/ung/sak-app/bootstrapUng.tsx"></script>
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
</body>
1414
</html>

0 commit comments

Comments
 (0)