Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

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

at 3e4bee3e9d344f738eb9c179921f75ccd8fb79c5 6 lines 162 B view raw
1import React from 'react'; 2import { createRoot } from 'react-dom/client'; 3 4import App from './App'; 5 6createRoot(document.getElementById('root')).render(<App />);