mirror of https://github.com/jitsi/jitsi-meet
Over time features/base/util became a bucket where people seemed to dump just about anything they couldn't think of a better place for. That's a trend I don't like encouraging. Given that roomnameGenerator.js is currently used in features/welcome only, I'm fine with moving it there for the greater good.pull/1503/head jitsi-meet_2001
parent
a8b3177e20
commit
3db557e2c9
@ -1,6 +1,6 @@ |
||||
/* @flow */ |
||||
|
||||
import { randomElement } from './randomUtil'; |
||||
import { randomElement } from '../base/util'; |
||||
|
||||
/* |
||||
const _NOUN_ = [ |
||||
Loading…
Reference in new issue