diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:02:31 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:02:31 -0600 |
commit | c2a39d7c1f59ddc0625b49d423c15799b5eba61b (patch) | |
tree | 542fa3bf1b28aad0504651cfc5a818239504581a /src/view/shell/mobile/index.tsx | |
parent | e858bb52de180645bba4f5ffa2f8bc0cfe8ad1fe (diff) | |
download | voidsky-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.tsx | 1 |
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, |