Remove unused import
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
44b25e4157
commit
34f1ecc0dc
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import {BaseUpdateView} from "./general/BaseUpdateView.js";
|
import {BaseUpdateView} from "./general/BaseUpdateView.js";
|
||||||
import {renderStaticAvatar, renderImg} from "./avatar.js";
|
import {renderStaticAvatar, renderImg} from "./avatar.js";
|
||||||
import {text} from "./general/html.js";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
optimization to not use a sub view when changing between img and text
|
optimization to not use a sub view when changing between img and text
|
||||||
|
|
Reference in a new issue