Pre-Sale countdown added.

This commit is contained in:
Cüneyt Şentürk
2020-08-26 17:28:46 +03:00
parent 68f31b895f
commit 2e2c1ddf2d
3 changed files with 212 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import AkauntingSelectRemote from './../components/AkauntingSelectRemote';
import AkauntingDate from './../components/AkauntingDate';
import AkauntingRecurring from './../components/AkauntingRecurring';
import AkauntingHtmlEditor from './../components/AkauntingHtmlEditor';
import AkauntingCountdown from './../components/AkauntingCountdown';
import NProgress from 'nprogress';
import 'nprogress/nprogress.css';
@ -33,6 +34,7 @@ export default {
AkauntingDate,
AkauntingRecurring,
AkauntingHtmlEditor,
AkauntingCountdown,
[Select.name]: Select,
[Option.name]: Option,
[Steps.name]: Steps,