Skip to content

Commit

Permalink
style(lint): Auto commit lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] committed Aug 7, 2023
1 parent 863942f commit 1b87725
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pages/redoc-api/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Redoc Demo
---
import { RedocLoader } from '../../components/redocLoader';
import { Navbar } from '../../components/navbar';

import { RedocLoader } from "../../components/redocLoader";
import { Navbar } from "../../components/navbar";

<div>
<Navbar />
<RedocLoader />
<Navbar />
<RedocLoader />
</div>

0 comments on commit 1b87725

Please sign in to comment.