import { Temp } from "@scandic-hotels/booking-flow/test-entry" import { Typography } from "@scandic-hotels/design-system/Typography" import styles from "./page.module.css" export default function Home() { return (
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}

hello world

{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}

from booking-flow package:

) }