Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 4, 2024
1 parent ef581df commit d02b8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/GithubFileReaderDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface GithubFileReaderDisplayProps {
fromLine?: number;
toLine?: number;
title?: string;
dedent?: boolean;
}

const GithubFileReaderDisplay: React.FC<GithubFileReaderDisplayProps> = ({
Expand Down

0 comments on commit d02b8b2

Please sign in to comment.