chore: linting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CachedData } from '@shared/types/CachedData';
|
||||
import type { CachedData } from '@shared/types/CachedData';
|
||||
import { createLocalStore, debugStore } from 'chrome-extension-toolkit';
|
||||
|
||||
import { generateRandomId } from '../util/random';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Octokit } from '@octokit/rest';
|
||||
import { CachedData } from '@shared/types/CachedData';
|
||||
import { CacheStore } from '@shared/storage/CacheStore';
|
||||
import type { CachedData } from '@shared/types/CachedData';
|
||||
import { serialize } from 'chrome-extension-toolkit';
|
||||
|
||||
// Types
|
||||
|
||||
Reference in New Issue
Block a user