Add spline goal to 2022 field visualization
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
Change-Id: Iedfab5a04eca4239ea58aee1fcf850f6b6f7596f
diff --git a/aos/network/www/reflection.ts b/aos/network/www/reflection.ts
index a765eea..328ee58 100644
--- a/aos/network/www/reflection.ts
+++ b/aos/network/www/reflection.ts
@@ -6,8 +6,8 @@
// constructed flatbuffers.
// See reflection_test_main.ts for sample usage.
-import * as aos from 'org_frc971/aos/configuration_generated';
-import * as reflection from '../../../external/com_github_google_flatbuffers/reflection/reflection_generated';
+import * as aos from '../../configuration_generated';
+import * as reflection from 'flatbuffers_reflection/reflection_generated';
import {ByteBuffer} from 'flatbuffers';
// Returns the size, in bytes, of the given type. For vectors/strings/etc.