mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Remove unused import
This commit is contained in:
parent
377df17ecb
commit
45a35a50f4
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import { NodeElement } from "./base.mjs";
|
||||
import { DisplayElement } from "../../display.mjs";
|
||||
import { fileDetails } from "../../../utils/file.mjs";
|
||||
import { findFirstAncestor } from "../../../utils/trasversal.mjs";
|
||||
|
||||
|
||||
export class NodeFileElement extends NodeElement {
|
||||
|
|
Loading…
Reference in a new issue