[📇] Renamed App View to App Launcher
This commit is contained in:
parent
37016723bf
commit
49eaf6525c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
export const meta = {
|
export const meta = {
|
||||||
name: 'App View',
|
name: 'App Launcher',
|
||||||
description: 'Opens the app view.',
|
description: 'Opens the app launcher.',
|
||||||
id: 'appview'
|
id: 'applauncher'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const run = (element: HTMLDivElement): void => {
|
export const run = (element: HTMLDivElement): void => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue