diff --git a/src/List View with Sections/main.js b/src/List View with Sections/main.ts similarity index 93% rename from src/List View with Sections/main.js rename to src/List View with Sections/main.ts index 577b6475..7b0b75a2 100644 --- a/src/List View with Sections/main.js +++ b/src/List View with Sections/main.ts @@ -1,7 +1,7 @@ import Gtk from "gi://Gtk"; import GObject from "gi://GObject"; -const list_view = workbench.builder.get_object("list_view"); +const list_view = workbench.builder.get_object("list_view"); const item_factory = workbench.builder.get_object("item_factory"); const header_factory = workbench.builder.get_object("header_factory");