Prettier format pending files

This commit is contained in:
Builder.io 2025-11-06 23:46:57 +00:00
parent d737c0a78e
commit 30a880d9d3

View file

@ -179,7 +179,10 @@ const App = () => (
{/* Dev-Link routes */}
<Route path="/dev-link" element={<DevLink />} />
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />
<Route
path="/dev-link/waitlist"
element={<DevLinkProfiles />}
/>
{/* Resource routes */}
<Route path="/docs" element={<DocsLayout />}>