about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-22 12:02:31 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-22 12:02:31 -0600
commitc2a39d7c1f59ddc0625b49d423c15799b5eba61b (patch)
tree542fa3bf1b28aad0504651cfc5a818239504581a /src/view/shell/mobile/index.tsx
parente858bb52de180645bba4f5ffa2f8bc0cfe8ad1fe (diff)
downloadvoidsky-c2a39d7c1f59ddc0625b49d423c15799b5eba61b.tar.zst
Refactor: create src/lib to reflect actual sharing of that code
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index 1c148b18c..4c85d3b1a 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -37,6 +37,7 @@ import {MainMenu} from './MainMenu'
 import {TabsSelector} from './TabsSelector'
 import {Composer} from './Composer'
 import {s, colors} from '../../lib/styles'
+import {clamp} from '../../../lib/numbers'
 import {
   GridIcon,
   GridIconSolid,