feat(new-tool): added an ETA calculator

This commit is contained in:
Corentin Thomasset 2022-07-24 18:28:06 +02:00
parent d5738e1aef
commit 125a50215a
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 112 additions and 1 deletions

View file

@ -51,9 +51,11 @@ import {
NScrollbar,
NGradientText,
NCode,
NDatePicker,
} from 'naive-ui';
const components = [
NDatePicker,
NCode,
NGradientText,
NScrollbar,