First commit
This commit is contained in:
14
application/user/edit/edit.username.row.js
Normal file
14
application/user/edit/edit.username.row.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
import label from '/elements/label.js';
|
||||
|
||||
|
||||
import editUsername from "./edit.username.js";
|
||||
|
||||
|
||||
export default class usernameRow{
|
||||
|
||||
label = new label("Username");
|
||||
|
||||
username = new editUsername();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user