Skip to content

Commit

Permalink
#143. added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 2, 2022
1 parent fd09003 commit 038d72e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/tools/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import ToolComponentsFeed from "../../components/shared/ToolComponentsFeed"
import BaseLayout from "../../components/static/BaseLayout"
import MainHeading from "../../components/static/MainHeading"

/**
* Main page for toolkit components (should render some kind of overview
* over available toolkit components)
* @returns
*/
const ToolkitComponentsPage = () => {
return (
<BaseLayout>
Expand Down

0 comments on commit 038d72e

Please sign in to comment.