move emojipicker files into a subdir of src #10

Merged
cswimr merged 3 commits from move-emojipicker-plugins into main 2024-12-27 15:56:30 -05:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 62b8e27a07 - Show all commits

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!