mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
13 lines
351 B
JavaScript
13 lines
351 B
JavaScript
import { EmptyElementWhenMatches } from '../helpers/extensions'
|
|
import { RefreshContextualTimeago } from '../configs/timeago'
|
|
import { datetimepicker } from './datetimepicker'
|
|
|
|
class datetimepicker2 extends datetimepicker
|
|
{
|
|
constructor(Grocy, scopeSelector = null)
|
|
{
|
|
super(Grocy, scopeSelector, "datetimepicker2");
|
|
}
|
|
}
|
|
|
|
export { datetimepicker2 } |