feat: standard gestures to choose from
ref: N25B-345
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user