diff --git a/src/datatypes/Comment.ts b/src/datatypes/Comment.ts index b4921c41c..a1a0ee5b4 100644 --- a/src/datatypes/Comment.ts +++ b/src/datatypes/Comment.ts @@ -1,4 +1,4 @@ -import { createTypeGuard } from '../../src/util/typeGuards'; +import { createTypeGuard } from '../util/typeGuards'; import { CubeImage } from './Cube'; import User from './User';