move emojipicker files into a subdir of src
All checks were successful
Actions / Build Plugins (push) Successful in 39s
Actions / Build Plugins (pull_request) Successful in 41s

This commit is contained in:
cswimr 2024-12-23 19:34:50 -05:00
parent 1963fddb7f
commit 62b8e27a07
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Repository: https://www.coastalcommits.com/cswimr/gauntlet-emojipicker
[[entrypoint]]
id = 'emojipicker-legacy'
name = 'Emoji Picker'
path = 'src/emojipicker-legacy.tsx'
path = 'src/emojipicker/legacy.tsx'
type = 'inline-view'
description = """
Copy emojis to your clipboard from Gauntlet!
@ -18,7 +18,7 @@ Copy emojis to your clipboard from Gauntlet!
[[entrypoint]]
id = 'emojipicker'
name = 'Emoji Picker'
path = 'src/emojipicker.tsx'
path = 'src/emojipicker/index.tsx'
type = 'view'
description = """
Copy emojis to your clipboard from Gauntlet!