Skip to content

Commit

Permalink
🦋 Currency calculator CMS #1612
Browse files Browse the repository at this point in the history
  • Loading branch information
ithiame committed Dec 3, 2024
1 parent ad69e43 commit cea238f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(app)/product/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import { FRACTION_DIGITS_PER_CURRENCY, CURRENCY_UNIT } from '$lib/types/Currency.js';
import { serializeSchema } from '$lib/utils/jsonLd.js';
import type { Product as SchemaOrgProduct, WithContext } from 'schema-dts';
import CurrencyCalculator from '$lib/components/CurrencyCalculator.svelte';
export let data;
Expand Down

0 comments on commit cea238f

Please sign in to comment.