feat(tool): crontab generator

This commit is contained in:
Corentin Thomasset
2022-04-14 02:02:05 +02:00
parent 24ff6528f7
commit 358ff45ae1
6 changed files with 255 additions and 1 deletions

View File

@@ -45,9 +45,11 @@ import {
NInputGroupLabel,
NDivider,
NStatistic,
NTable,
} from 'naive-ui';
const components = [
NTable,
NStatistic,
NDivider,
NInputGroup,