import '../src/App.css' import "./reviewed.css" import { sendReview } from '../src/components/api' export default function App() { const token = window.location.hash.substring(window.location.hash.indexOf("access_token") + "access_token".length + 1).substring(0, 30) console.log(token) let ref!: HTMLTextAreaElement; return token !== "" ?
:
fuckin dumbass doesnt know how to AUTHENTICATE BEFORE TRYING TO REVIEW
}