Skip to content

Commit

Permalink
refactor(linting): remove linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
taos15 committed Dec 26, 2023
1 parent 5f41129 commit b291fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/traefik/TraefikServers.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from "axios";
import { SyntheticEvent, useEffect, useState } from "react";
import { useEffect, useState } from "react";
import { z } from "zod";
export default function TraefikServers() {
const serverSchema = z.object({
Expand Down

0 comments on commit b291fdb

Please sign in to comment.