Fix stats reporting. Add Vite compatibility
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { ComponentType } from "svelte";
|
||||
import type { Component } from "svelte";
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export type Tab = {
|
||||
path: string,
|
||||
prefix?: string,
|
||||
title: string,
|
||||
component?: ComponentType,
|
||||
component?: Component,
|
||||
footer?: boolean,
|
||||
login?: boolean,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user