more
This commit is contained in:
@@ -49,4 +49,48 @@ export const floridaCourts = [
|
|||||||
"Taylor",
|
"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"],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user