Merged in chore/remove-unused-code (pull request #2229)

Remove unused code

* Remove unused scandic-web files

* Remove unused exports


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-05-30 12:41:18 +00:00
parent 44e648e758
commit 7e97b74c18
76 changed files with 1 additions and 3210 deletions

View File

@@ -4,7 +4,6 @@ export { default as DearFriend } from "./Level/DoubleRow/DearFriend"
export { default as GoodFriend } from "./Level/DoubleRow/GoodFriend"
export { default as LoyalFriend } from "./Level/DoubleRow/LoyalFriend"
export { default as NewFriend } from "./Level/DoubleRow/NewFriend"
export { default as ScandicFamily } from "./Level/DoubleRow/ScandicFamily"
export { default as ScandicFriends } from "./Level/DoubleRow/ScandicFriends"
export { default as TrueFriend } from "./Level/DoubleRow/TrueFriend"
export { default as BestFriendSingle } from "./Level/SingleRow/BestFriend"
@@ -13,6 +12,4 @@ export { default as DearFriendSingle } from "./Level/SingleRow/DearFriend"
export { default as GoodFriendSingle } from "./Level/SingleRow/GoodFriend"
export { default as LoyalFriendSingle } from "./Level/SingleRow/LoyalFriend"
export { default as NewFriendSingle } from "./Level/SingleRow/NewFriend"
export { default as ScandicFamilySingle } from "./Level/SingleRow/ScandicFamily"
export { default as ScandicFriendsSingle } from "./Level/SingleRow/ScandicFriends"
export { default as TrueFriendSingle } from "./Level/SingleRow/TrueFriend"