This commit is contained in:
Kenneth Jannette
2024-02-03 19:01:58 -06:00
parent 8a8c0266f6
commit ad781af933

View File

@@ -93,4 +93,28 @@ export const floridaCourts = [
circuit: "Fourteenth",
counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"],
},
{
circuit: "Fifteenth",
counties: ["Palm Beach"],
},
{
circuit: "Sixteenth",
counties: ["Monroe"],
},
{
circuit: "Seventeenth",
counties: ["Broward"],
},
{
circuit: "Eighteenth",
counties: ["Brevard", "Seminole"],
},
{
circuit: "Nineteenth",
counties: ["Indian River", "Martin", "Okeechobee", "St. Lucie"],
},
{
circuit: "Twentieth",
counties: ["Charlotte", "Collier", "Glades", "Hendry", "Lee"],
},
];