Changed import of paths
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-21 21:15:12 +02:00
parent 511e439637
commit 6aafaaacae
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ import sourcemaps from "gulp-sourcemaps";
import terser from "gulp-terser";
// Include paths file.
import * as paths from "./_assets/gulp_config/paths";
import {paths} from "_assets/gulp_config/paths";
import {render} from "node-sass";
const browserSync = create("gulpfile");