A simple SEO inspecter Tool, to get social media card previews
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 161 B view raw
1import { createRoot } from "react-dom/client"; 2import App from "./App.tsx"; 3import "./index.css"; 4 5createRoot(document.getElementById("root")!).render(<App />);