Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

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

at main 9 lines 242 B view raw
1import './utils/ErrorReporting'; 2import ReactDOM from 'react-dom/client'; 3 4import './index.css'; 5import 'antd/dist/antd.css'; 6import App from './App'; 7 8const root = ReactDOM.createRoot(document.getElementById('root')!); 9root.render(<App />);