Skip to content

Commit

Permalink
refactor: @hotosm/ui dist updated upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 23, 2024
1 parent 9ac6a9f commit c338efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mapper/src/lib/components/event-card.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import '@hotosm/ui/dist/components';
import '@hotosm/ui/dist/hotosm-ui';
import { createEventDispatcher } from 'svelte';
import type { Task_history } from '$lib/migrations';
Expand Down
4 changes: 2 additions & 2 deletions src/mapper/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import '@hotosm/ui/dist/style.css';
import '@hotosm/ui/dist/components.js';
import { setBasePath } from '@hotosm/ui/dist/components';
import '@hotosm/ui/dist/hotosm-ui';
import { setBasePath } from '@hotosm/ui/dist/hotosm-ui';
setBasePath('/mapnow');
Expand Down
2 changes: 1 addition & 1 deletion src/mapper/src/routes/[projectId]/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import '@hotosm/ui/dist/components'
import '@hotosm/ui/dist/hotosm-ui'
import SlTabGroup from '@shoelace-style/shoelace/dist/components/tab-group/tab-group.component.js'
import type { PageData } from '../$types';
import { onMount, onDestroy } from 'svelte';
Expand Down

0 comments on commit c338efc

Please sign in to comment.