mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 19:24:20 +01:00
Add missing imports
This commit is contained in:
parent
b52a337d36
commit
af30a00af2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import {addGroupsWithAttributes, addEmail, changeFullname, changeUsername} from './loginHandler';
|
||||
import { fetch, Headers } from 'meteor/fetch';
|
||||
import { URLSearchParams } from 'meteor/url';
|
||||
import { Buffer } from 'node:buffer';
|
||||
import https from 'https';
|
||||
import fs from 'fs';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue