forked from trent_larson/crowd-funder-for-time-pwa
Move almost all interfaces to endorserServer.ts
This commit is contained in:
@@ -47,11 +47,6 @@ import { World } from "@/components/World/World.js";
|
||||
import AlertMessage from "@/components/AlertMessage";
|
||||
import QuickNav from "@/components/QuickNav";
|
||||
|
||||
interface WorldProperties {
|
||||
startTime?: string;
|
||||
endTime?: string;
|
||||
}
|
||||
|
||||
@Component({ components: { AlertMessage, World, QuickNav } })
|
||||
export default class StatisticsView extends Vue {
|
||||
world: World;
|
||||
|
||||
Reference in New Issue
Block a user