]> git.r.bdr.sh - rbdr/forum/blobdiff - src/components/glyph/glyph.svelte
Allow for conditional reply
[rbdr/forum] / src / components / glyph / glyph.svelte
index 98d1c6e5d96b456b1147c2d6a21af24426e3e478..32e8ee65cf3e5c8e01bfc1f24793485caeba6847 100644 (file)
@@ -1,6 +1,6 @@
 <script>
   import { _ } from 'svelte-i18n';
-  import { getGlyphHash } from '../../utils/glyph_hash';
+  import { getGlyphHash } from '$/utils/glyph_hash';
 
   export let uuid;
 </script>