Uuid reagieren
Command to install uuid(CMD-Windows):
npm install uuid
Importing uuid:
import { v4 as uuidv4 } from 'uuid';
uuidv4();
id:uuidv4() //Usage of uuid
Hurt Hawk