mirror of https://github.com/laurent22/joplin.git
Chore: Added back accidentally ignored file (loadEmojiLib.js)
parent
f451633a51
commit
e5b6ecc50b
|
@ -12,5 +12,5 @@ runForSharingCommands-*
|
|||
runForTestingCommands-*
|
||||
style.min.css
|
||||
build/lib/
|
||||
vendor/
|
||||
vendor/*
|
||||
!vendor/loadEmojiLib.js
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
import { EmojiButton } from './lib/@joeattardi/emoji-button/dist/index.js';
|
||||
window.EmojiButton = EmojiButton;
|
Loading…
Reference in New Issue