Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Dec 12, 2023
1 parent efd494b commit 0ab49a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion uploader/client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import './locales/i18n';
import Root from './Root.tsx';
import React from 'react';
import {DashboardMenu} from '@alchemy/react-ps';
import config from "./config.ts";
import config from "./config";
import {initSentry} from '@alchemy/core'

initSentry(config);

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down

0 comments on commit 0ab49a7

Please sign in to comment.