1
0
Fork 0

Remove misleading unused file

This commit is contained in:
Timothy Warren 2023-05-03 14:36:39 -04:00
parent 6698c73f37
commit 7ccca84926
1 changed files with 0 additions and 12 deletions

View File

@ -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;
}
}
}
}