aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/components/common.ts')
-rw-r--r--FrontEnd/src/components/common.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/components/common.ts b/FrontEnd/src/components/common.ts
index b96388ab..171ebc48 100644
--- a/FrontEnd/src/components/common.ts
+++ b/FrontEnd/src/components/common.ts
@@ -11,3 +11,5 @@ export const themeColors = [
export type ThemeColor = (typeof themeColors)[number];
export { breakpoints } from "./breakpoints";
+
+export * as geometry from "~src/utilities/geometry";