mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-14 06:15:26 -05:00
feat: Optionally include URL when importing via HTML/JSON (#6709)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { scorePassword } from "./password";
|
||||
export { required, email, whitespace, url, minLength, maxLength } from "./inputs";
|
||||
export { required, email, whitespace, url, urlOptional, minLength, maxLength } from "./inputs";
|
||||
|
||||
Reference in New Issue
Block a user