mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-22 05:33:32 +03:00
clean unsed code
This commit is contained in:
parent
6412475447
commit
92569e3a1f
@ -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");
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user