move emojipicker files into a subdir of src
This commit is contained in:
parent
1963fddb7f
commit
62b8e27a07
3 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue