Skip to content

Commit

Permalink
fixed start/end date and route connection
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteri committed Nov 3, 2024
1 parent 421291d commit be5a4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import SearchBar from "@/components/SearchBar";
import "@/css/Root.css";
import DataTable from "@/components/DataTable";
import PreviewCard from "@/components/PreviewCard";
import { location } from "@/data/dataFilters";

export default function Root() {
const [filteredData, setFilteredData] = useState<MCAPFileInformation[]>();
Expand Down

0 comments on commit be5a4dc

Please sign in to comment.