refactor: remove unused Link import from AppLayout #8

Merged
root merged 1 commits from feat/payment-link-flow into main 2025-11-14 08:47:57 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Link, Outlet } from 'react-router-dom' import { Outlet } from 'react-router-dom'
import { ToastHost } from '../components/ui/toast' import { ToastHost } from '../components/ui/toast'
export function AppLayout() { export function AppLayout() {