alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
13 lines (11 loc) • 348 B
JavaScript
import {
useAtomValue
} from "../../chunks/chunk-WF77DMLN.js";
import "../../chunks/chunk-OBOPLPUQ.js";
import "../../chunks/chunk-U5RRZUYZ.js";
// src/dashboard/hook/UseEntryLocation.ts
import { entryLocationAtom } from "../atoms/NavigationAtoms.js";
var useEntryLocation = () => useAtomValue(entryLocationAtom);
export {
useEntryLocation
};