fix formatting
All checks were successful
checks-impure / test (pull_request) Successful in 29s
checks / test (pull_request) Successful in 3m19s

This commit is contained in:
Arslan, Erdem
2023-12-10 00:45:52 +01:00
parent 61261d7ac3
commit 88578fe007
6 changed files with 1 additions and 4 deletions

0
pkgs/clan-cli/bin/clan Executable file → Normal file
View File

0
pkgs/clan-cli/bin/clan-config Executable file → Normal file
View File

0
pkgs/clan-cli/bin/gen-openapi Executable file → Normal file
View File

0
pkgs/node-packages/generate.sh Executable file → Normal file
View File

0
pkgs/ui/nix/update-ui-assets.sh Executable file → Normal file
View File

View File

@@ -1,9 +1,6 @@
"use client";
import {
DLGResolutionTableConfig,
DLGSummaryDetails,
} from "@/mock/dlg";
import { DLGResolutionTableConfig, DLGSummaryDetails } from "@/mock/dlg";
import CustomTable from "@/components/table";
import SummaryDetails from "@/components/summary_card";
import { useEffect, useState } from "react";