4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
|
|
import { v4 as uuid } from "uuid";
|
||
|
|
|
||
|
|
export const LAYOUT_WRAPPER_ID = uuid();
|