Skip to content

Commit

Permalink
fix: stylesheet import in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
schaertim committed Nov 12, 2024
1 parent 9281e29 commit 392400b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
href="../../node_modules/@swisspost/design-system-styles/post-external.css"
rel="stylesheet"
/>
<script src="../../dist/post-components/post-components.esm.js" type="module"></script>
<script>
function formHandler(e) {
Expand Down

0 comments on commit 392400b

Please sign in to comment.