2025-12-08 16:54:42 +09:00
|
|
|
import { AGENTS_INJECTOR_STORAGE } from "./constants";
|
2026-01-31 15:46:14 +09:00
|
|
|
import { createInjectedPathsStorage } from "../../shared/session-injected-paths";
|
2025-12-08 16:54:42 +09:00
|
|
|
|
2026-01-31 15:46:14 +09:00
|
|
|
export const {
|
|
|
|
|
loadInjectedPaths,
|
|
|
|
|
saveInjectedPaths,
|
|
|
|
|
clearInjectedPaths,
|
|
|
|
|
} = createInjectedPathsStorage(AGENTS_INJECTOR_STORAGE);
|