fix TS error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Fullscreen } from "/fullscreen.js";
|
||||
import { Fullscreen } from "./fullscreen.js";
|
||||
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
||||
export { mobile, getBulkUsers, getBulkInfo, setTheme, Specialuser };
|
||||
function setTheme() {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { Fullscreen } from "/fullscreen.js";
|
||||
import { Fullscreen } from "./fullscreen.js";
|
||||
|
||||
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
||||
export {mobile, getBulkUsers,getBulkInfo,setTheme,Specialuser}
|
||||
|
Reference in New Issue
Block a user