Skip to content

Commit

Permalink
style: Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Aug 12, 2024
1 parent 6d072e1 commit d989e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useCallback, useState } from "react";
import { v4 as uuidv4 } from "uuid";
import { useGlobalContext } from "../contexts/GlobalContext.tsx";
import { CaretIcon, CheckIcon, CloseIcon } from "../icons";
import {Dataset, Neuron, NeuronsService} from "../rest";
import {type Dataset, type Neuron, NeuronsService} from "../rest";
import { vars as colors } from "../theme/variables.ts";
import CustomAutocomplete from "./CustomAutocomplete.tsx";
import CustomDialog from "./CustomDialog.tsx";
Expand Down

0 comments on commit d989e4b

Please sign in to comment.