prep for statistics table
This commit is contained in:
19
Sources/App/Content/DashboardItem.swift
Normal file
19
Sources/App/Content/DashboardItem.swift
Normal 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
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user