Merged in chore/sw-3145-move-subtitle (pull request #2516)
chore(SW-3145): Move Title and Subtitle to design-system * Move Title and Subtitle to design-system * Fix export Approved-by: Linus Flood
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import Preamble from "@scandic-hotels/design-system/Preamble"
|
||||
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
import Title, { type HeadingProps } from "@scandic-hotels/design-system/Title"
|
||||
|
||||
import SectionLink from "../Link"
|
||||
|
||||
import styles from "./header.module.css"
|
||||
|
||||
import type { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
|
||||
|
||||
export type HeaderProps = {
|
||||
link?: {
|
||||
href: string
|
||||
|
||||
Reference in New Issue
Block a user