style: run prettier

pull/6850/head
Konstantinos Kaloutas 2022-09-30 12:05:25 +03:00
parent 50b67ffcea
commit 9b3891e936
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,8 @@
.keyboard-shortcut > code {
padding: 4px !important;
text-rendering: initial;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
'Courier New', monospace;
}
}

View File

@ -16,4 +16,4 @@ export * from './useCursor'
export * from './useZoom'
export * from './useMinimapEvents'
export * from './useDebounced'
export * from './useRestoreCamera'
export * from './useRestoreCamera'