change eww to ags

This commit is contained in:
Julia Lange 2024-02-16 21:32:55 -08:00
parent b77eacc390
commit 33e4003dda
7 changed files with 144 additions and 16 deletions

View file

@ -0,0 +1,7 @@
import { Switch } from "./modules/workspace-switch.js";
export default {
windows: [
Switch(1)
]
}