mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-14 05:30:24 +00:00
Fix missing newline at end of file in SourcesModal component
This commit is contained in:
parent
9bf0bd2d9a
commit
5f1a41c0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -638,4 +638,4 @@ const SourcesModal: React.FC<SourcesModalProps> = ({
|
|||
);
|
||||
};
|
||||
|
||||
export default SourcesModal;
|
||||
export default SourcesModal;
|
||||
Loading…
Reference in a new issue