its for when you want to get like notifications for your reposts
1import "./index.css"; 2import "virtual:uno.css"; 3 4export { App } from "./App.tsx"; 5export type { 6 AppProps, 7 Notification, 8 NotificationActor, 9 ConnectionStatus, 10} from "./types.ts";