Skip to content

Commit

Permalink
Merge pull request #97 from ripple/fix-index
Browse files Browse the repository at this point in the history
remove broken imports
  • Loading branch information
oeggert authored Sep 12, 2024
2 parents b70a502 + 484b4c7 commit e1c4398
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/index.page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import * as React from 'react';
import Docs from "../_components/pages/Docs";

export const frontmatter = {
navText: 'Open Source Projects',
};

export default function () {
return <Docs />
}
}

0 comments on commit e1c4398

Please sign in to comment.