Fix eslint
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
import { Head, Link } from '@inertiajs/vue3';
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<p>
|
|
||||||
I'm you father
|
|
||||||
</p>
|
|
||||||
</template>
|
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
import type { Point } from "chart.js";
|
|
||||||
|
|
||||||
export type Iteration = {
|
export type Iteration = {
|
||||||
epoch: number;
|
epoch: number;
|
||||||
exampleIndex: number;
|
exampleIndex: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user