Merged in chore/check-types-before-build (pull request #3326)
chore: check types before build * chore: check types before build * remove unused package.json scripts * merge Approved-by: Linus Flood
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import { cx } from "class-variance-authority"
|
||||
|
||||
import SkeletonShimmer from "@scandic-hotels/design-system/SkeletonShimmer"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
@@ -17,7 +19,6 @@ import Packages from "./Packages"
|
||||
import styles from "./room.module.css"
|
||||
|
||||
import type { SafeUser } from "@/types/user"
|
||||
import { cx } from "class-variance-authority"
|
||||
|
||||
interface RoomProps {
|
||||
user: SafeUser
|
||||
|
||||
Reference in New Issue
Block a user