Skip to content

Commit

Permalink
Fix TS Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Jan 19, 2025
1 parent f3b8758 commit 4872e9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/components/DialogCreateProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createMemo, type Component } from "solid-js";
import { createStore } from "solid-js/store";
import { openProject } from "../utils/project";
import ProjectPage from "../pages/Project";
import type { Project } from "../types";
import {
preferences,
setModals,
Expand All @@ -12,7 +11,6 @@ import {
import Modal from "./Modal";
import Input from "./Input";
import { isValidURL } from "@renderer/utils/general";
import type { TelegramPlatform } from "@renderer/utils/themes";
import Alert from "./Alert";
import { defaultProjectSettings } from "@renderer/utils/telegram";

Expand Down
5 changes: 1 addition & 4 deletions src/renderer/src/components/FloatingProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import { initStore } from "@renderer/utils/store";
import { preferences, setPreferences } from "@renderer/utils/preferences";
import { createStore, produce } from "solid-js/store";
import type { TMAProjectFrame } from "@renderer/pages/Project";
import {
defaultProjectSettings,
generateProjectFrame,
} from "@renderer/utils/telegram";
import { generateProjectFrame } from "@renderer/utils/telegram";
import { deserializeObject } from "@renderer/utils/general";
import { useSettings } from "@renderer/contexts/SettingsContext";
import { PlatformNames } from "@renderer/utils/platforms";
Expand Down

0 comments on commit 4872e9d

Please sign in to comment.