Fix to not double import math in the prelude (#6605)

This commit is contained in:
Jonathan Tran
2025-04-30 15:49:55 -04:00
committed by GitHub
parent 2978b34b7b
commit 1a6b147107

View File

@ -6,7 +6,6 @@
export import * from "std::types"
export import "std::units"
export import * from "std::math"
export import "std::math"
export import * from "std::sketch"
export import * from "std::solid"
export import "std::turns"