mirror of https://github.com/ctk-hq/ctk
fix: remove random-words module
parent
111eb01b83
commit
05b60e50ab
@ -1,8 +1 @@
|
||||
import randomWords from "random-words";
|
||||
|
||||
export const defaultProjectName = (): string =>
|
||||
randomWords({
|
||||
wordsPerString: 2,
|
||||
exactly: 1,
|
||||
separator: "-"
|
||||
} as any)[0];
|
||||
export const defaultProjectName = (): string => "Untitled";
|
||||
|
||||
Loading…
Reference in New Issue