This commit is contained in:
Kenneth Jannette
2024-02-03 18:57:42 -06:00
parent 81b10bb3fc
commit 8a8c0266f6

View File

@@ -49,4 +49,48 @@ export const floridaCourts = [
"Taylor",
],
},
{
circuit: "Fourth",
counties: ["Clay", "Duval", "Nassau"],
},
{
circuit: "Fifth",
counties: ["Citrus", "Hernando", "Lake", "Marion", "Sumter"],
},
{
circuit: "Sixth",
counties: ["Pasco", "Pinellas"],
},
{
circuit: "Seventh",
counties: ["Flagler", "Putnam", "St. Johns", "Volusia"],
},
{
circuit: "Eigth",
counties: ["Alachua", "Baker", "Bradford", "Gilchrist", "Levy", "Union"],
},
{
circuit: "Ninth",
counties: ["Orange", "Osceola"],
},
{
circuit: "Tenth",
counties: ["Hardee", "Highlands", "Polk"],
},
{
circuit: "Eleventh",
counties: ["Miami-Dade"],
},
{
circuit: "Twelfth",
counties: ["DeSoto", "Manatee", "Sarasota"],
},
{
circuit: "Thirteenth",
counties: ["Hillsborough"],
},
{
circuit: "Fourteenth",
counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"],
},
];