diff options
Diffstat (limited to 'dev/lib/handlebars.js')
-rw-r--r-- | dev/lib/handlebars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/handlebars.js b/dev/lib/handlebars.js index c99a3b13..82fa4552 100644 --- a/dev/lib/handlebars.js +++ b/dev/lib/handlebars.js @@ -14,5 +14,5 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -export {Handlebars} from './handlebars/src/handlebars.js'; +export {Handlebars} from 'yomitan-handlebars/src/handlebars.js'; |