diff --git a/interface/src/app/main/Commands.tsx b/interface/src/app/main/Commands.tsx index c3f483260..ba0fe821b 100644 --- a/interface/src/app/main/Commands.tsx +++ b/interface/src/app/main/Commands.tsx @@ -83,7 +83,7 @@ const commandsTheme = { ` }; -const CommandsPage = () => { +const Commands = () => { const { LL } = useI18nContext(); const [numChanges, setNumChanges] = useState(0); const blocker = useBlocker(numChanges !== 0); @@ -309,4 +309,4 @@ const CommandsPage = () => { ); }; -export default CommandsPage; +export default Commands;