make splat viewer the app's only view

Root route renders SplatViewer directly; removed template tabs,
home/explore screens and modal.
This commit is contained in:
Lars Nolden
2026-08-11 18:11:30 +02:00
parent b463af35d0
commit f1b9ee7a4a
7 changed files with 4 additions and 306 deletions
-1
View File
@@ -18,7 +18,6 @@ const MAPPING = {
'paperplane.fill': 'send',
'chevron.left.forwardslash.chevron.right': 'code',
'chevron.right': 'chevron-right',
'rotate.3d': 'view-in-ar',
} as IconMapping;
/**