Merged in feat/sw-2880-prepare-booking-flow-package (pull request #2467)
feat(SW-2880) Prepare booking flow package * Init booking-flow package * Add gitignore * Use booking-flow package * Use design-system Approved-by: Joakim Jäderberg
This commit is contained in:
9
packages/booking-flow/lib/index.tsx
Normal file
9
packages/booking-flow/lib/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
export function Temp() {
|
||||
return (
|
||||
<Typography variant="Body/Lead text">
|
||||
<p>Tjena</p>
|
||||
</Typography>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user