chore: remove stale comments

This commit is contained in:
Tom Boullay
2026-04-27 17:22:53 +02:00
parent 382b28103e
commit aeb0832409
4 changed files with 4 additions and 17 deletions
-4
View File
@@ -1,7 +1,3 @@
// ---------------------------------------------------------------------------
// Shared constants — used by both client and server
// ---------------------------------------------------------------------------
export const MODEL_EXTENSIONS = new Set(['.gltf'])
export const TEXTURE_EXTENSIONS = new Set(['.png', '.jpg', '.jpeg', '.webp'])
export const ASSET_EXTENSIONS = new Set(['.bin'])
-4
View File
@@ -1,7 +1,3 @@
// ---------------------------------------------------------------------------
// Shared types
// ---------------------------------------------------------------------------
import type { AssetCategory } from './asset-classification'
export interface ParsedFile {