Fix to not double import math in the prelude (#6605)
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
export import * from "std::types"
|
export import * from "std::types"
|
||||||
export import "std::units"
|
export import "std::units"
|
||||||
export import * from "std::math"
|
export import * from "std::math"
|
||||||
export import "std::math"
|
|
||||||
export import * from "std::sketch"
|
export import * from "std::sketch"
|
||||||
export import * from "std::solid"
|
export import * from "std::solid"
|
||||||
export import "std::turns"
|
export import "std::turns"
|
||||||
|
Reference in New Issue
Block a user