prep for statistics table

This commit is contained in:
Michael Simard
2021-08-02 14:48:50 -05:00
parent 15fde0b5bb
commit c38b621bdd
9 changed files with 132 additions and 56 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
}