Skip to content

Commit

Permalink
Merge pull request #25 from eMerzh/fix_ci
Browse files Browse the repository at this point in the history
fix(lint): correct quote style
  • Loading branch information
h16nning authored Feb 5, 2024
2 parents dc4d9e1 + fc353e0 commit 44a6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppShell, MantineProvider } from "@mantine/core";
import "@mantine/core/styles.css";
import '@mantine/notifications/styles.css';
import "@mantine/notifications/styles.css";
import { useLocalStorage } from "@mantine/hooks";
import { Notifications } from "@mantine/notifications";
import { useEffect, useState } from "react";
Expand Down

0 comments on commit 44a6227

Please sign in to comment.