Skip to content

Commit 85fc683

Browse files
remove unsed import
1 parent 2338afe commit 85fc683

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/routes/community/team-approach/+page.svelte

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script lang="ts">
22
import InsetText from "$lib/components/content/InsetText.svelte";
3-
import WarningText from "$lib/components/content/WarningText.svelte";
43
</script>
54

65
{#snippet TeamSnippet()}
@@ -47,11 +46,11 @@
4746
At MHCLG, we own and publish large statistical datasets that provide
4847
crucial insights for understanding our communities and informing policy
4948
decisions. However, traditional government publishing platforms have
50-
significant limitations for presenting complex data effectively. For example, GOV.UK
51-
supports basic tables, simple charts and embedded html for custom charts, but these must be individually
52-
created on single pages, making it impractical to scale across many
53-
geographical areas or create interactive data experiences that users
54-
increasingly expect.
49+
significant limitations for presenting complex data effectively. For
50+
example, GOV.UK supports basic tables, simple charts and embedded html for
51+
custom charts, but these must be individually created on single pages,
52+
making it impractical to scale across many geographical areas or create
53+
interactive data experiences that users increasingly expect.
5554
</p>
5655

5756
<p class="govuk-body">

0 commit comments

Comments
 (0)