clean: use camel case for class file
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user