Skip to content

Commit

Permalink
Use absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Feb 26, 2024
1 parent 0e7314c commit f747029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bricks/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

// eslint-disable-next-line no-restricted-imports
import MemoryRegistry from "../registry/memoryRegistry";
import MemoryRegistry from "@/registry/memoryRegistry";
import { fromJS } from "@/bricks/transformers/brickFactory";
import { type BrickType } from "@/runtime/runtimeTypes";
import getType from "@/runtime/getType";
Expand Down

0 comments on commit f747029

Please sign in to comment.