removed unnecessary style file and ran nix fmt

This commit is contained in:
sara-pervana
2024-01-14 14:49:01 +01:00
committed by Sara Pervana
parent 7b2b675c2c
commit 1db032e932
8 changed files with 150 additions and 157 deletions

View File

@@ -8,7 +8,6 @@ import { useGetAllResolutions } from "@/api/resolution/resolution";
import { mutate } from "swr";
export default function DLG() {
const {
data: resolutionData,
isLoading: loadingResolutions,