diff --git a/tldraw/apps/tldraw-logseq/src/styles.css b/tldraw/apps/tldraw-logseq/src/styles.css index 33d395d8b9..846c5dde8c 100644 --- a/tldraw/apps/tldraw-logseq/src/styles.css +++ b/tldraw/apps/tldraw-logseq/src/styles.css @@ -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; } } diff --git a/tldraw/packages/react/src/hooks/index.ts b/tldraw/packages/react/src/hooks/index.ts index 880ae8d6a1..7293535458 100644 --- a/tldraw/packages/react/src/hooks/index.ts +++ b/tldraw/packages/react/src/hooks/index.ts @@ -16,4 +16,4 @@ export * from './useCursor' export * from './useZoom' export * from './useMinimapEvents' export * from './useDebounced' -export * from './useRestoreCamera' \ No newline at end of file +export * from './useRestoreCamera'