alinea
Version:
Headless git-based CMS
13 lines (11 loc) • 348 B
JavaScript
import {
useAtomValue
} from "../../chunks/chunk-TOJF2G3X.js";
import "../../chunks/chunk-WJ67RR7S.js";
import "../../chunks/chunk-NZLE2WMY.js";
// src/dashboard/hook/UseEntryLocation.ts
import { entryLocationAtom } from "../atoms/NavigationAtoms.js";
var useEntryLocation = () => useAtomValue(entryLocationAtom);
export {
useEntryLocation
};