feat: standard gestures to choose from

ref: N25B-345
This commit is contained in:
Tuurminator69
2025-12-09 11:46:16 +01:00
parent d9f0b2f08a
commit 7402b7d137

View File

@@ -6,7 +6,7 @@ import { useState } from 'react'
*/
export default function GesturePage() {
const [tags, setTags] = useState([])
const [tags, setTags] = useState(["hello","happy","meditate","winner","crazy", "affirmative", "once upon a time"])
const [selectedTag, setSelectedTag] = useState("");
async function getTags() {