chore: Migrate region module to use DML (#7837)

This commit is contained in:
Oli Juhl
2024-06-29 13:14:52 +00:00
committed by GitHub
parent 7c3f5cc334
commit fa6cd84049
10 changed files with 173 additions and 155 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
export { default as Country } from "./country"
export { default as RegionCountry } from "./country"
export { default as Region } from "./region"