1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Added back accidentally ignored file (loadEmojiLib.js)

This commit is contained in:
Laurent Cozic 2021-12-31 08:40:44 +01:00
parent f451633a51
commit e5b6ecc50b
2 changed files with 3 additions and 1 deletions

View File

@ -12,5 +12,5 @@ runForSharingCommands-*
runForTestingCommands-*
style.min.css
build/lib/
vendor/
vendor/*
!vendor/loadEmojiLib.js

View File

@ -0,0 +1,2 @@
import { EmojiButton } from './lib/@joeattardi/emoji-button/dist/index.js';
window.EmojiButton = EmojiButton;