Skip to content

Commit

Permalink
fix: unit test failed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 23, 2024
1 parent a82e960 commit 9a55798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/RiskMatrix/RiskMatrix.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { buildRiskMatrix } from './utils';
import * as m from '$paraglide/messages'
import * as m from '../../../paraglide/messages'
export let riskMatrix;
export let wrapperClass: string | undefined = '';
Expand Down

0 comments on commit 9a55798

Please sign in to comment.