aboutsummaryrefslogtreecommitdiff
path: root/src/components/glyph
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-14 23:10:01 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-14 23:10:01 +0100
commit74b03c33ff37d7363721bc2c33abb867dc9ea87c (patch)
tree5846c2fa2b8619c760938fa80c81eb6b07d69015 /src/components/glyph
parentcbe4a5fc39533cc244a05dbd866b1cb903776863 (diff)
Add components to view topics and posts
Diffstat (limited to 'src/components/glyph')
-rw-r--r--src/components/glyph/glyph.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/glyph/glyph.svelte b/src/components/glyph/glyph.svelte
index 98d1c6e..32e8ee6 100644
--- a/src/components/glyph/glyph.svelte
+++ b/src/components/glyph/glyph.svelte
@@ -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>