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

Reviewed-on: #10
This commit is contained in:
cswimr 2024-12-27 15:56:29 -05:00
parent e1c0be2be2
commit e16e77410d
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
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!