summaryrefslogtreecommitdiff
path: root/src/components/zoom/Entry.tsx
blob: 9e6eed9fe4686cf2f5fd88024e619bf512a5628b (plain)
1
2
3
4
5
6
7
8
9
import * as Zoom from "@/zoom";
import { useEffect, useState } from "react";
import { NLP } from "sortug-ai";

function ZoomText() {
  return <div></div>;
}

export default ZoomText;