Skip to content

Commit

Permalink
chore: add EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
WallysFerreira committed Jan 26, 2024
1 parent 7f9ccc2 commit dc5e3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/upload-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const UploadPreview = ({fileNames, type}: {fileNames: string[], type: string}) =
}
};

export default UploadPreview;
export default UploadPreview;
2 changes: 1 addition & 1 deletion ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@

.list-columns {
columns: 4;
}
}

0 comments on commit dc5e3ad

Please sign in to comment.