mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Merge pull request #758 from alangecker/typescript
Adding Typescript Support
This commit is contained in:
commit
dc0777cd1a
31 changed files with 19295 additions and 23136 deletions
|
|
@ -3,10 +3,10 @@ const os = require('os');
|
|||
|
||||
const userRoles = require('../userRoles');
|
||||
|
||||
const {
|
||||
import {
|
||||
BYPASS_ROOM_LOCK,
|
||||
BYPASS_LOBBY
|
||||
} = require('../access');
|
||||
} from '../access';
|
||||
|
||||
const {
|
||||
CHANGE_ROOM_LOCK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue