File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '@girs/gjs';
44import Gio from "@girs/gio-2.0" ;
55import { Extension } from "@girs/gnome-shell/extensions/extension" ;
66
7- import type { Module } from "./modules/ module.ts" ;
7+ import type { Module } from "./module.ts" ;
88import { MODULE_REGISTRY , type ModuleDefinition } from "./registry.ts" ;
99
1010/**
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import GLib from '@girs/glib-2.0';
1111import * as Main from '@girs/gnome-shell/ui/main' ;
1212import * as Layout from '@girs/gnome-shell/ui/layout' ;
1313
14- import { Module } from './module.ts' ;
14+ import { Module } from '.. /module.ts' ;
1515import { AuroraDash , type DashBounds } from '../ui/dash.ts' ;
1616
1717const HOT_AREA_TRIGGER_SPEED = 150 ;
Original file line number Diff line number Diff line change 11import * as Main from '@girs/gnome-shell/ui/main' ;
22
3- import { Module } from './module.ts' ;
3+ import { Module } from '.. /module.ts' ;
44
55/**
66 * NoOverview Module
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Meta from '@girs/meta-17';
22
33import * as Main from '@girs/gnome-shell/ui/main' ;
44
5- import { Module } from './module.ts' ;
5+ import { Module } from '.. /module.ts' ;
66
77const PIP_TITLES = [
88 'Picture-in-Picture' ,
Original file line number Diff line number Diff line change 11import '@girs/gjs' ;
22
33import Gio from "gi://Gio" ;
4- import { Module } from './module.ts' ;
4+ import { Module } from '.. /module.ts' ;
55
66/**
77 * ThemeChanger Module
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ThemeChanger } from "./modules/themeChanger.ts";
22import { Dock } from "./modules/dock.ts" ;
33import { NoOverview } from "./modules/noOverview.ts" ;
44import { PipOnTop } from "./modules/pipOnTop.ts" ;
5- import type { Module } from "./modules/ module.ts" ;
5+ import type { Module } from "./module.ts" ;
66
77/**
88 * Module definition that includes both runtime and UI metadata
You can’t perform that action at this time.
0 commit comments