Dateien nach "frontend/src" hochladen

This commit is contained in:
2026-05-25 23:54:10 +02:00
parent c83ea713c3
commit 05737af18e
2 changed files with 4 additions and 1 deletions

View File

@@ -110,6 +110,8 @@ export const UpdateIcon = ({size=20,color='currentColor',sw}) => base(<>
export const ChevronIcon = ({size=20,color='currentColor',sw,dir='right'}) => base(<> export const ChevronIcon = ({size=20,color='currentColor',sw,dir='right'}) => base(<>
{dir==='right' && <polyline points="9 18 15 12 9 6"/>} {dir==='right' && <polyline points="9 18 15 12 9 6"/>}
{dir==='down' && <polyline points="6 9 12 15 18 9"/>} {dir==='down' && <polyline points="6 9 12 15 18 9"/>}
{dir==='left' && <polyline points="15 18 9 12 15 6"/>}
{dir==='up' && <polyline points="18 15 12 9 6 15"/>}
</>, size, color, sw); </>, size, color, sw);
export const CameraIcon = ({size=20,color='currentColor',sw}) => base(<> export const CameraIcon = ({size=20,color='currentColor',sw}) => base(<>

View File

@@ -1,5 +1,6 @@
import Kalkulator3D, { SavedList } from './tools/kalkulator3d.jsx'; import Kalkulator3D, { SavedList } from './tools/kalkulator3d.jsx';
import { CalculatorIcon, ArchiveIcon } from './icons.jsx'; import { CalculatorIcon, ArchiveIcon, AppsIcon } from './icons.jsx';
import Bestellungen from './tools/bestellungen.jsx';
// ══════════════════════════════════════════════════════════════════════════════ // ══════════════════════════════════════════════════════════════════════════════
// Tool-Registry // Tool-Registry