mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 18:05:18 +02:00
Added search tab to settings
This commit is contained in:
parent
6a6f1750b1
commit
1d8e36b46d
7 changed files with 216 additions and 105 deletions
4
client/src/interfaces/Route.ts
Normal file
4
client/src/interfaces/Route.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface Route {
|
||||
name: string;
|
||||
dest: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue