Add initial card info structs and dataframe library
This commit is contained in:
@@ -27,6 +27,9 @@ pub fn Layout<'a, G: Html>(
|
||||
a(href = "inventory",
|
||||
class = "mt-3 text-gray-600 hover:underline sm:mx-3 sm:mt-0"
|
||||
) { "Inventory" }
|
||||
a(href = "tournaments",
|
||||
class = "mt-3 text-gray-600 hover:underline sm:mx-3 sm:mt-0"
|
||||
) { "Tournaments" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user