Skip to content

Commit

Permalink
Fixed color wheel field not working on deployment (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrosa01 committed May 10, 2024
1 parent 645f89a commit 40bb464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion src/assets/blockly/blocks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Blockly from 'blockly';

import { ColorWheelField } from "../npm/color-wheel.js";
import ColorWheelField from "blockly-field-color-wheel";
import { FieldSlider } from "@blockly/field-slider";

import { createMinusField } from './field_minus';
Expand Down
73 changes: 0 additions & 73 deletions src/assets/npm/color-wheel.js

This file was deleted.

0 comments on commit 40bb464

Please sign in to comment.