Implement rich text for project description

This commit is contained in:
Ahmed Al-Taiar
2024-10-08 20:36:48 -04:00
parent 708634fa68
commit e2dfb6f237
12 changed files with 1015 additions and 277 deletions

View File

@ -5,7 +5,6 @@ import { AuthProvider, useAuth } from 'src/auth'
import FatalErrorPage from 'src/pages/FatalErrorPage'
import Routes from 'src/Routes'
import 'src/scaffold.css'
import 'src/index.css'
const App = () => (