clean unsed code

This commit is contained in:
Johannes Kirschbauer 2024-03-16 22:05:00 +01:00 committed by Johannes Kirschbauer
parent 6412475447
commit 92569e3a1f
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ mod tests {
let path: PathBuf = [env!("CARGO_MANIFEST_DIR"), "test_data", "mixed.nix"]
.iter()
.collect();
dbg!(&path);
let src = fs::read_to_string(&path).unwrap();
let nix = rnix::Root::parse(&src).ok().expect("failed to parse input");

View File

@ -3,7 +3,7 @@ import { FunctionOfTheDay } from "@/components/functionOfTheDay";
import { LandingPageLayout } from "@/components/layout";
import { FilterProvider } from "@/components/layout/filterContext";
import { SearchInput } from "@/components/searchInput";
import { Box, Typography, Link, Tooltip } from "@mui/material";
import { Box, Typography, Link } from "@mui/material";
import localFont from "next/font/local";
import { Suspense } from "react";