
* feat(validator): server-side rendered validation errors * test(form): field should render error * refactor: remove comment * fix: incorrect imports * chore: update deps * chore: update build commands
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
import Validator from './Validator.astro';
|
|
export default Validator;
|
|
export * from './core';
|