Change files to use a consistent case

This commit is contained in:
Idrees Hassan
2025-10-26 13:22:24 -04:00
parent 8be8ab2858
commit eda3f9fbc1
4 changed files with 91 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// @ts-check
import { TRANSPARENT, Directions } from './constants.js';
import Layer from './Layer.js';
import Layer from './layer.js';
import BirdType from './birdType.js';
class Frame {