remove test code

This commit is contained in:
gnat 2025-02-14 02:04:05 -08:00
parent ad3e377963
commit 40df97aed0

View File

@ -1,20 +0,0 @@
(import astalify [Label Box])
(import binding *)
(import app [App])
(import gi)
(.require_version gi "Astal" "3.0")
(import gi.repository [Astal])
(.start App (dict
:main (fn []
(setv test (Astal.Window
:child (Box
:vertical True
:children [
(Label :label "aoeu")
(Label :label "asdf")])))
(.show_all test)
(.add_window App test))
:instance_name "aoeu"))