import Area from '@components/common/Area.js'; import { Toaster } from '@components/common/ui/Sonner.js'; import React from 'react'; interface FooterProps { copyRight: string; } export function Footer({ copyRight }: FooterProps) { return ( ); }