clean: use camel case for class file

This commit is contained in:
2024-02-20 09:29:47 +01:00
committed by AdrienLSH
parent 7705a2b817
commit fe6d5dfc93
16 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
import { Client } from "./client.js";
import { Profile } from "./profile.js";
import { Client } from "./Client.js";
import { Profile } from "./Profile.js";
class MyProfile extends Profile
{