Skip to content

Commit

Permalink
implement reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PRATAP-KUMAR committed Nov 21, 2023
1 parent 607f996 commit 31d061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Meta from 'gi://Meta';
import Shell from 'gi://Shell';

import * as Main from 'resource:///org/gnome/shell/ui/main.js';
import { Extension, InjectionManager } from 'resource:///org/gnome/shell/extensions/extension.js';
import {Extension, InjectionManager} from 'resource:///org/gnome/shell/extensions/extension.js';
import * as PanelMenu from 'resource:///org/gnome/shell/ui/panelMenu.js';

import Widget from './widget.js';
Expand Down

0 comments on commit 31d061b

Please sign in to comment.