Fixed Imports #1
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ log('test') // create a file at the first log, add the string to the log
|
||||||
import { getTime } from '@thundernetworkrad/std';
|
import { getTime } from '@thundernetworkrad/std';
|
||||||
|
|
||||||
let time = getTime() // return { year, month, day, hours, minutes, seconds }
|
let time = getTime() // return { year, month, day, hours, minutes, seconds }
|
||||||
```
|
```
|
Loading…
Reference in a new issue