diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-11 23:42:29 -0400 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-11 23:42:29 -0400 |
| commit | 241332557f10fa97718200821374755b68e4fe10 (patch) | |
| tree | 302d5c23f330061e6bbb4412bc935cf2b96c8bc3 /src/client/views/Main.tsx | |
| parent | de75dacadc556c587bad0006638aab89a21ed7e0 (diff) | |
updated settings manager
- fixed some things with top toolbar and refactored files
- removed FontIconBadge
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index b0b757388..e84e2620f 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -16,6 +16,7 @@ import { CollectionView } from './collections/CollectionView'; import { MainView } from './MainView'; import * as dotenv from 'dotenv'; // see https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import import { PingManager } from '../util/PingManager'; +import './global/globalScripts'; dotenv.config(); AssignAllExtensions(); |
