Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherDevv committed Jun 2, 2024
1 parent da44906 commit 51e36f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/names/NameEntry.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import clsx from "clsx";
import { useExpiry } from "hooks/useExpiry";
import React, { useEffect, useState } from "react";
Expand Down
1 change: 1 addition & 0 deletions src/components/names/NameList.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { gql, useQuery } from "@apollo/client";
import clsx from "clsx";
import { RescueModal } from "components/modals/RescueModal";
Expand Down

0 comments on commit 51e36f9

Please sign in to comment.