Compare commits

..

No commits in common. "33df1b326cc3ec9d18d800f5c1bce3de8ca7ef0b" and "e4c81dce78a2ecc51875ebc7b9af39919cdbb257" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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