Fix linting
Some checks failed
linter / quality (push) Successful in 7m44s
tests / ci (8.5) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled

This commit is contained in:
2026-03-23 16:02:07 +01:00
parent a92a47288c
commit 5880024933

View File

@@ -5,7 +5,6 @@ import { Bar } from 'vue-chartjs';
import { colors, gridColor, gridColorBold } from '@/types/graphs'; import { colors, gridColor, gridColorBold } from '@/types/graphs';
import type { Iteration } from '@/types/perceptron'; import type { Iteration } from '@/types/perceptron';
import Toggle from './ui/toggle/Toggle.vue'; import Toggle from './ui/toggle/Toggle.vue';
import { usePage } from '@inertiajs/vue3';
const props = defineProps<{ const props = defineProps<{
iterations: Iteration[]; iterations: Iteration[];