feat: data export and import
This commit is contained in:
@@ -16,7 +16,8 @@ import { useEffect, useState } from 'react';
|
||||
import { createPortal } from 'react-dom';
|
||||
|
||||
import { changelog, ChangelogEntry } from '@/lib/changelog';
|
||||
import { compareVersions, CURRENT_VERSION, UpdateStatus } from '@/lib/version';
|
||||
import { CURRENT_VERSION } from '@/lib/version';
|
||||
import { compareVersions,UpdateStatus } from '@/lib/version_check';
|
||||
|
||||
interface VersionPanelProps {
|
||||
isOpen: boolean;
|
||||
|
||||
Reference in New Issue
Block a user