fix: use maxun-core

This commit is contained in:
karishmas6
2024-07-31 22:46:38 +05:30
parent 19ca0fa517
commit 7d57e5adc0
15 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ import { ActionProvider } from "../context/browserActions"
import { BrowserStepsProvider } from '../context/browserSteps';
import { useGlobalInfoStore } from "../context/globalInfo";
import { editRecordingFromStorage } from "../api/storage";
import { WhereWhatPair } from "@wbr-project/wbr-interpret";
import { WhereWhatPair } from "maxun-core";
import styled from "styled-components";
interface RecordingPageProps {