Skip to content

Commit

Permalink
restore dictionary import page (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danble authored Jul 1, 2024
1 parent bdc59e3 commit 4d584dc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/site/src/routes/[dictionaryId]/import/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<script lang="ts">
import { page } from '$app/stores';
// import { Button, ShowHide } from 'svelte-pieces';
import { Button, ShowHide } from 'svelte-pieces'
import { page } from '$app/stores'
export let data
$: ({ dictionary } = data)
</script>

<div class="max-w-screen-md ml-4">
<!-- Temporarily disabling imports -->
<!-- <div class="p-2">
<div class="p-2">
<h3
class="mb-6 text-3xl leading-8 font-bold tracking-tight text-gray-900
sm:text-4xl sm:leading-10">
Expand Down Expand Up @@ -42,6 +44,6 @@
{/await}
{/if}
</ShowHide>
</div> -->
<p class="m-10 text-xl font-semibold">{$page.data.t('import_page.no_imports')}</p>
</div>
<!-- <p class="m-10 text-xl font-semibold">{$page.data.t('import_page.no_imports')}</p> -->
</div>

0 comments on commit 4d584dc

Please sign in to comment.