Prettier format pending files
This commit is contained in:
parent
d737c0a78e
commit
30a880d9d3
1 changed files with 4 additions and 1 deletions
|
|
@ -179,7 +179,10 @@ const App = () => (
|
||||||
|
|
||||||
{/* Dev-Link routes */}
|
{/* Dev-Link routes */}
|
||||||
<Route path="/dev-link" element={<DevLink />} />
|
<Route path="/dev-link" element={<DevLink />} />
|
||||||
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />
|
<Route
|
||||||
|
path="/dev-link/waitlist"
|
||||||
|
element={<DevLinkProfiles />}
|
||||||
|
/>
|
||||||
|
|
||||||
{/* Resource routes */}
|
{/* Resource routes */}
|
||||||
<Route path="/docs" element={<DocsLayout />}>
|
<Route path="/docs" element={<DocsLayout />}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue