mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Location} Location
|
|
*/
|
|
|
|
export {location} from './lib/index.js'
|