Move files

This commit is contained in:
Andras Schmelczer 2023-05-28 10:01:11 +01:00
parent 77e2013961
commit 339862a6ac
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
14 changed files with 23 additions and 48 deletions

View file

@ -1,5 +1,5 @@
import { settings } from '../settings';
import { hsl } from '../utils/colors/hsl';
import { hsl } from '../utils/hsl';
import { last } from '../utils/last';
import { Random } from '../utils/random';