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

@@ -23,8 +23,8 @@ import {
Directions
} from './constants.js';
import Frame from './Frame.js';
import Layer from './Layer.js';
import Frame from './frame.js';
import Layer from './layer.js';
import BirdType from './birdType.js';
// @ts-ignore