Skip to content

Commit

Permalink
Add return function
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjanevvu committed Mar 8, 2024
1 parent 8b93653 commit aee1835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/pages/DocumentDirectory.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";

const DocumentDirectory = () => {
const DocumentDirectory = (): React.ReactElement => {
return <h1>Document Directory Page</h1>;
};

export default DocumentDirectory;

0 comments on commit aee1835

Please sign in to comment.