Skip to content

Commit

Permalink
Update AdvancedSettings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
beyenilmez committed Jun 27, 2024
1 parent 833cfd2 commit 40faa3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/SettingTabs/AdvancedSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
GetConfigField,
Log,
SendNotification,
SetConfigField,
} from "wailsjs/go/main/App";
import {
Expand All @@ -16,7 +15,6 @@ import { Switch } from "../ui/switch";
import { useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import { Input } from "../ui/input";
import { Button } from "../ui/button";

export function AdvancedSettings() {
const { t } = useTranslation();
Expand Down

0 comments on commit 40faa3d

Please sign in to comment.