diff --git a/src/AppNaiveUIProvider.vue b/src/AppNaiveUIProvider.vue index 91f0241..cb3069c 100644 --- a/src/AppNaiveUIProvider.vue +++ b/src/AppNaiveUIProvider.vue @@ -30,9 +30,6 @@ declare global { $nMessage?: import('naive-ui').MessageProviderInst; $nNotification?: import('naive-ui').NotificationProviderInst; } - - /** Build time of the project */ - export const BUILD_TIME: string; }