Skip to content

Commit

Permalink
feat: replace legacy local manifest system
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Apr 23, 2024
1 parent dc27752 commit 1b02751
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React, { useCallback } from "react";
import Button from "~/renderer/components/Button";
import { useTranslation } from "react-i18next";
import { readFile } from "fs";
import { useLocalLiveAppContext } from "@ledgerhq/live-common/platform/providers/LocalLiveAppProvider/index";
import { SettingsSectionRow as Row } from "../../SettingsSection";
import { useHistory } from "react-router-dom";
import styled from "styled-components";
Expand All @@ -25,13 +24,6 @@ const RunLocalAppButton = () => {
} = useLocalLiveApp(localLiveAppDb);

const { t } = useTranslation();
/*
const {
addLocalManifest,
state: { liveAppByIndex },
removeLocalManifestById,
} = useLocalLiveAppContext();
*/
const history = useHistory();
const onBrowseLocalManifest = useCallback(() => {
ipcRenderer
Expand Down

0 comments on commit 1b02751

Please sign in to comment.