mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-08 06:28:58 +00:00
fix: better text extraction
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
import { TryTab } from "./Sidebar";
|
||||
import { useState, useRef, useCallback, useEffect } from "react";
|
||||
import { saveLatestUpload, getLatestUpload, deleteLatestUpload } from "../../lib/idb";
|
||||
|
||||
interface CenterPanelProps {
|
||||
tab: TryTab;
|
||||
|
||||
Reference in New Issue
Block a user