Skip to content

Commit

Permalink
fix warning in WhatsNewModal
Browse files Browse the repository at this point in the history
  • Loading branch information
jcv8000 committed Feb 21, 2025
1 parent c8cd2b5 commit 7a4b9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/components/Modals/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Anchor, Modal, Space, Tabs, Text, Title } from "@mantine/core";
import { Anchor, Modal, Space, Text, Title } from "@mantine/core";
import { useContext, useEffect } from "react";
import { AppContext } from "types/AppStore";
import semver from "semver";
Expand Down

0 comments on commit 7a4b9ba

Please sign in to comment.