diff options
author | Vendicated <vendicated@riseup.net> | 2022-09-16 22:59:34 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-09-16 22:59:34 +0200 |
commit | 71a60a0359eda13221f2314c0b1c33c86f240fd3 (patch) | |
tree | cbf6048c91034ac77ac61494cf0975fd0d229e0e /src/components | |
parent | 5f62d2d3ec2cfbb39b0663e96b82746384ef1b89 (diff) | |
download | Vencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.tar.gz Vencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.tar.bz2 Vencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.zip |
Add .editorconfig; reformat project
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/ErrorBoundary.tsx | 2 | ||||
-rw-r--r-- | src/components/Settings.tsx | 2 | ||||
-rw-r--r-- | src/components/index.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ErrorBoundary.tsx b/src/components/ErrorBoundary.tsx index ae52838..e903947 100644 --- a/src/components/ErrorBoundary.tsx +++ b/src/components/ErrorBoundary.tsx @@ -68,4 +68,4 @@ export default class ErrorBoundary extends React.Component<React.PropsWithChildr </Card> ); } -}
\ No newline at end of file +} 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 +}); diff --git a/src/components/index.ts b/src/components/index.ts index b999c27..bf87b3e 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -1 +1 @@ -export { default as Settings } from "./Settings";
\ No newline at end of file +export { default as Settings } from "./Settings"; |