Refactor, move all pages to separate folder

This commit is contained in:
Guntis Smaukstelis
2025-03-14 11:31:47 +02:00
parent 968a06c0f0
commit a2d1608cb0
54 changed files with 95 additions and 104 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ColorEntry } from '../harmonie/draw/constants'
import { ColorEntry } from '../pages/harmonie/draw/constants'
type RGBu8 = [number, number, number]
type RGBAu8 = [number, number, number, number]