fmt: sort imports

This commit is contained in:
duskflower 2025-01-24 18:10:10 +01:00
parent 0a7ddbbb5e
commit ed005052c1
20 changed files with 89 additions and 102 deletions

View file

@ -1,5 +1,5 @@
import { Show, type Accessor, type Component } from "solid-js";
import type { ChartData } from "chart.js";
import { type Accessor, type Component, Show } from "solid-js";
import { PieChart } from "~/components/ui/charts";
import type { MessageStats, Recipients } from "~/types";