feat: #8626, new move posts modal

This commit is contained in:
Barış Soner Uşaklı
2020-09-08 19:22:38 -04:00
parent 885e0ebfde
commit 5a40d26b44
5 changed files with 68 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ var buildImports = {
'@import "../../public/less/generics.less";',
'@import "../../public/less/mixins.less";',
'@import "../../public/less/global.less";',
'@import "../../public/less/modals.less";',
].map(function (str) {
return str.replace(/\//g, path.sep);
}).join('\n');