best and worst stats

This commit is contained in:
Michael Simard
2021-01-10 09:44:21 -06:00
parent a3977ac3ac
commit f974477106
5 changed files with 252 additions and 67 deletions

View File

@@ -0,0 +1,19 @@
//
// DashboardItem.swift
// App
//
// Created by Michael Simard on 1/9/21.
//
import Foundation
import Fluent
import Vapor
struct DashboardItem: Content {
var title:String
var content:String
var title2:String? = nil
var content2:String? = nil
}