diff --git a/apps/web-app/src/features/backstop/components/ui/BackstopActionPanel.tsx b/apps/web-app/src/features/backstop/components/ui/BackstopActionPanel.tsx index d6803ca..de1000c 100644 --- a/apps/web-app/src/features/backstop/components/ui/BackstopActionPanel.tsx +++ b/apps/web-app/src/features/backstop/components/ui/BackstopActionPanel.tsx @@ -1,3 +1,4 @@ +import { AmountInput } from "@/components/AmountInput"; "use client"; import { useState } from "react";