diff --git a/apps/scandic-web/components/LoadingSpinner/loading.module.css b/packages/design-system/lib/components/LoadingSpinner/loading.module.css
similarity index 98%
rename from apps/scandic-web/components/LoadingSpinner/loading.module.css
rename to packages/design-system/lib/components/LoadingSpinner/loading.module.css
index 17b9cb741..543d933af 100644
--- a/apps/scandic-web/components/LoadingSpinner/loading.module.css
+++ b/packages/design-system/lib/components/LoadingSpinner/loading.module.css
@@ -22,7 +22,7 @@
}
.spinner div::after {
- content: " ";
+ content: ' ';
display: block;
position: absolute;
top: 3px;
diff --git a/packages/design-system/package.json b/packages/design-system/package.json
index e7f0ce0d8..737fae0f5 100644
--- a/packages/design-system/package.json
+++ b/packages/design-system/package.json
@@ -131,6 +131,7 @@
"./Label": "./lib/components/Label/index.tsx",
"./Lightbox": "./lib/components/Lightbox/index.tsx",
"./Link": "./lib/components/Link/index.tsx",
+ "./LoadingSpinner": "./lib/components/LoadingSpinner/index.tsx",
"./Map/InteractiveMap": "./lib/components/Map/InteractiveMap/index.tsx",
"./Map/mapConstants": "./lib/components/Map/mapConstants.ts",
"./Map/Markers/HotelMarkerByType": "./lib/components/Map/Markers/HotelMarkerByType.tsx",