summaryrefslogtreecommitdiff
path: root/examples/gtk3/js/applauncher/app.ts
blob: d6c9e1c9c6b1bb356336f6dcde3a7639c916cc64 (plain)
1
2
3
4
5
6
7
8
9
import { App } from "astal/gtk3"
import style from "./style.scss"
import Applauncher from "./widget/Applauncher"

App.start({
    instanceName: "launcher",
    css: style,
    main: Applauncher,
})