Clean up build

This commit is contained in:
Jackson Harper
2024-07-10 20:52:08 +08:00
parent a766da372c
commit 4f46b8f89e
3 changed files with 0 additions and 6 deletions

View File

@ -34,8 +34,6 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
const [showKeyboardCommandsModal, setShowKeyboardCommandsModal] =
useState(false)
// useKeyboardShortcuts(navigationCommands(router))
useKeyboardShortcuts(
primaryCommands((action) => {
switch (action) {

View File

@ -61,7 +61,6 @@ export function SettingsLayout(props: SettingsLayoutProps): JSX.Element {
const [showKeyboardCommandsModal, setShowKeyboardCommandsModal] =
useState(false)
useKeyboardShortcuts(navigationCommands(router))
applyStoredTheme()
const showLogout = useCallback(() => {

View File

@ -38,9 +38,6 @@ export default function DebugHome(): JSX.Element {
const refreshHome = useCallback(() => {
;(async () => {
refreshHomeMutation()
if (homeData?.mutate) {
homeData.mutate()
}
})()
}, [])