diff --git a/entries/command-palette/app.tsx b/entries/command-palette/app.tsx index 556df87..b93760d 100644 --- a/entries/command-palette/app.tsx +++ b/entries/command-palette/app.tsx @@ -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(), []);