File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
apps/web/components/admin/settings Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ import {
6868import { Copy , Info } from "lucide-react" ;
6969import { Input } from "@components/ui/input" ;
7070import Resources from "@components/resources" ;
71- import { AddressContext , FeaturesContext } from "@components/contexts" ;
71+ import { AddressContext } from "@components/contexts" ;
7272import { Button } from "@components/ui/button" ;
7373import dynamic from "next/dynamic" ;
7474
@@ -110,7 +110,6 @@ const Settings = (props: SettingsProps) => {
110110 : SITE_SETTINGS_SECTION_GENERAL ;
111111 const router = useRouter ( ) ;
112112 const address = useContext ( AddressContext ) ;
113- const features = useContext ( FeaturesContext ) ;
114113 const { toast } = useToast ( ) ;
115114
116115 const fetch = new FetchBuilder ( )
You can’t perform that action at this time.
0 commit comments