diff options
Diffstat (limited to 'src/components/Settings.tsx')
-rw-r--r-- | src/components/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 1e13d7f..d5b655b 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -115,4 +115,4 @@ export default ErrorBoundary.wrap(function Settings(props) { } </Forms.FormSection > ); -});
\ No newline at end of file +}); |