Skip to content

Commit

Permalink
Merge pull request #2 from fosslife/master
Browse files Browse the repository at this point in the history
chore: lint
  • Loading branch information
Sparkenstein authored Jun 15, 2024
2 parents e9de283 + 46e3c3c commit d689c36
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import "./styles.css";
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import {
MantineColorsTuple,
MantineProvider,
createTheme,
} from "@mantine/core";

import { Notifications } from "@mantine/notifications";
import { RouterProvider, createBrowserRouter } from "react-router-dom";
import { AppContextProvider } from "./contexts/App";
Expand Down

0 comments on commit d689c36

Please sign in to comment.