from-to search route

This commit is contained in:
2025-05-26 17:36:30 +03:00
parent c761c60818
commit 46945e32a8
8 changed files with 207 additions and 25 deletions

View File

@@ -70,6 +70,8 @@ export interface NewsItem {
content: string
titleImage: string
slug: string
path: string
filename: string
}
export interface NewsProps {