ui overhaul
This commit is contained in:
@@ -25,7 +25,6 @@ type Card struct {
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Position float64 `json:"position"`
|
||||
Done bool `json:"done"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user