Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor imports and remove unused code
- Add `core-js` package as a dependency in `package.json` - Remove `ress.css`, `global.scss`, and `overrides.scss` imports from `main.ts` and `root.tsx` - Add `polyfill.ts` file with imports and function calls - Remove `MantineProvider` and `useColorScheme` imports from `App.tsx` - Add `mantineTheme` import in `App.tsx` - Remove `enableMapSet()` and `setAutoFreeze(true)` calls from `main.ts` and `root.tsx` - Remove unused imports in `App.tsx` and `root.tsx` - Remove unused variables in `App.tsx` and `root.tsx` - Move `octokit` initialization to a separate file Signed-off-by: Eva1ent <let@ik.me>
- Loading branch information