We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57ec85 commit f90eebcCopy full SHA for f90eebc
apps/react/main.tsx
@@ -1,6 +1,7 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom/client';
3
import App from './src/App.tsx';
4
+// @ts-expect-error TypeScript config is f***ed in this app for some reason
5
import de from './translations/de.yaml';
6
import { Intl, Logger } from '@spuxx/js-utils';
7
0 commit comments