1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 09:19:59 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:18:00 +08:00
parent 4779343a85
commit e6274d6202
3 changed files with 24 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <shape_starburst.scad>;
use <unittest.scad>;
use <shape_starburst.scad>;
module test_shape_starburst() {
echo("==== test_shape_starburst ====");