Skip to content

Commit

Permalink
chore: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Oct 11, 2024
1 parent de59559 commit b148c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/domain/blockly/toolbox.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import robotGroups from "$domain/robots.groups";
import { RobotType } from "$domain/robots.types";
import { format } from "date-fns";
import robotsGroups from "$domain/robots.groups";
import {RobotType} from "$domain/robots.types";
import {format} from "date-fns";

function number(value: number) {
return {
Expand Down

0 comments on commit b148c90

Please sign in to comment.