Merged in fix/linting (pull request #2708)
Fix/linting * fix import issues and add lint check no-extraneous-dependencies * fix use type HotelType instead of string Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { cva, type VariantProps } from 'class-variance-authority'
|
||||
import TripadvisorIcon from '@scandic-hotels/design-system/Icons/TripadvisorIcon'
|
||||
import TripadvisorIcon from '../Icons/Customised/Socials/Tripadvisor'
|
||||
import styles from './tripAdvisorChip.module.css'
|
||||
import { Typography } from '@scandic-hotels/design-system/Typography'
|
||||
import { Typography } from '../Typography'
|
||||
|
||||
const container = cva(styles.container, {
|
||||
variants: {
|
||||
|
||||
Reference in New Issue
Block a user