about summary refs log tree commit diff
path: root/src/screens/Settings/AppIconSettings.web.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-11-27 15:34:12 +0000
committerGitHub <noreply@github.com>2024-11-27 15:34:12 +0000
commit47cbdfecb382b6d64dd55f61490f5ebd599caf1d (patch)
treea799c88bab611876d07bb2d96353753894e7d031 /src/screens/Settings/AppIconSettings.web.tsx
parent763a5d5ab5499b9d27233f0ae5d023e2f95356e9 (diff)
downloadvoidsky-47cbdfecb382b6d64dd55f61490f5ebd599caf1d.tar.zst
Fix web build by removing app icon settings (#6784)
Diffstat (limited to 'src/screens/Settings/AppIconSettings.web.tsx')
-rw-r--r--src/screens/Settings/AppIconSettings.web.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/Settings/AppIconSettings.web.tsx b/src/screens/Settings/AppIconSettings.web.tsx
new file mode 100644
index 000000000..d8c4d9bea
--- /dev/null
+++ b/src/screens/Settings/AppIconSettings.web.tsx
@@ -0,0 +1,3 @@
+export function AppIconSettingsScreen() {
+  throw new Error('Not supported on web')
+}