mirror of
https://github.com/NovaGM/Modules.git
synced 2024-08-14 22:47:01 +00:00
Add missing semicolon
How did I miss this? My bad :P
This commit is contained in:
parent
7959d4fe72
commit
23a11ecd21
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import * as webpackModules from '@goosemod/webpack';
|
import * as webpackModules from '@goosemod/webpack';
|
||||||
import { createItem, removeItem } from '@goosemod/settings'
|
import { createItem, removeItem } from '@goosemod/settings';
|
||||||
import { version } from './goosemodModule.json';
|
import { version } from './goosemodModule.json';
|
||||||
|
|
||||||
var searchHook;
|
var searchHook;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue