Files
sfera-new/src/app/supplies/page.tsx
2025-08-30 15:51:41 +03:00

6 lines
222 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { redirect } from 'next/navigation'
// Редирект со старого URL на новый кабинет селлера
export default function OldSuppliesPage() {
redirect('/seller/supplies/goods/cards')
}