FIX: Correct import path in styleguide (#24092)

Followup to 605ec0ad9f
This commit is contained in:
David Taylor
2023-10-25 12:13:38 +01:00
committed by GitHub
parent 125ab9f31d
commit c3c557c2df

View File

@@ -1,4 +1,4 @@
import i18n from "discourse/helpers/i18n";
import i18n from "discourse-common/helpers/i18n";
import StyleguideExample from "../../styleguide-example";
<template>