feat: Begins vendor views, working form, and table. Styles need some updates.
This commit is contained in:
@@ -79,7 +79,6 @@ extension Vendor {
|
||||
func revert(on database: Database) async throws {
|
||||
try await database.schema(Vendor.schema).delete()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
struct Update: Content {
|
||||
|
||||
Reference in New Issue
Block a user