Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 10, 2024
1 parent 44bf07d commit 69f93c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entries/command-palette/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import commands from '@/services/commands';

/**
* Command Palette Application
*
* @todo Add support for use of our commands inside block editor.
*/
function App() {
const availableCommands = useMemo(() => commands(), []);
Expand Down

0 comments on commit 69f93c4

Please sign in to comment.