6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
|
|
import { InvalidAstroDataError, safelyGetAstroData } from "./frontmatter-injection.js";
|
||
|
|
export {
|
||
|
|
InvalidAstroDataError,
|
||
|
|
safelyGetAstroData
|
||
|
|
};
|