1
0
Fork 0
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:
unknown 2021-10-04 17:07:02 +02:00
parent 6a6f1750b1
commit 1d8e36b46d
7 changed files with 216 additions and 105 deletions

View file

@ -0,0 +1,4 @@
export interface Route {
name: string;
dest: string;
}