Remove misleading unused file
This commit is contained in:
parent
6698c73f37
commit
7ccca84926
@ -1,12 +0,0 @@
|
||||
slint::slint! {
|
||||
import { MemoryTile } from "./components/memory_tile.slint";
|
||||
|
||||
export component MainWindow inherits Window {
|
||||
MemoryTile {
|
||||
icon: @image-url("../icons/bus.png");
|
||||
clicked => {
|
||||
self.open_curtain = !self.open_curtain;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user