Create project schema and scaffold + some minor changes

This commit is contained in:
Ahmed Al-Taiar
2024-08-23 20:51:35 -04:00
parent bb4b5708e1
commit 3d031ca73c
38 changed files with 952 additions and 64 deletions

View File

@ -1,6 +1,6 @@
import { hydrateRoot, createRoot } from 'react-dom/client'
import App from './App'
import App from 'src/App'
/**
* When `#redwood-app` isn't empty then it's very likely that you're using
* prerendering. So React attaches event listeners to the existing markup