Skip to content

Commit 5fdd2d6

Browse files
fix button wrapper import
1 parent 74b9f57 commit 5fdd2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/>
1313
<meta name="theme-color" content="#0b0c0c" />
1414
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
15-
<link rel="stylesheet" href="%sveltekit.assets%/css/govuk-frontend.min.css">
15+
<!-- <link rel="stylesheet" href="%sveltekit.assets%/css/govuk-frontend.min.css"> -->
1616
%sveltekit.head%
1717
</head>
1818

src/wrappers/components/ui/ButtonWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
import { defaultScreenWidthBreakpoints } from "$lib/config.js";
9898
9999
import Button from "$lib/components/ui/Button.svelte";
100-
// import Examples from "./button/Examples.svelte";
100+
import Examples from "./button/Examples.svelte";
101101
102102
let { data } = $props();
103103

0 commit comments

Comments
 (0)