Skip to content

Commit

Permalink
Fix import in 500.tsx and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed May 30, 2024
1 parent 70d18a1 commit 044a343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/src/bridge/frontend/pages/500.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ErrorType } from "@/src/types/interfaces";
import { ErrorType } from "@/src/types";
import Error from "./_error";

function Custom500Error({
Expand Down
1 change: 0 additions & 1 deletion contracts/src/bridge/frontend/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { ethers } from "ethers";

export interface SeoProps {
title: string;
Expand Down

0 comments on commit 044a343

Please sign in to comment.