Skip to content

Commit

Permalink
๐Ÿ› fix: ci/cd ์—๋Ÿฌ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
inhachoi committed Nov 18, 2024
1 parent 5ff72bd commit a3f7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/widgets/workspace/WorkspaceContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Blockly from 'blockly/core';
import { useEffect, useState } from 'react';

import htmlCodeGenerator from '@/widgets/workspace/blockly/htmlCodeGenerator';
import CustomCategory from '@/widgets/workspace/blockly/CustomCategory';
import CustomCategory from '@/widgets/workspace/blockly/customCategory';
import {
CssPropsSelectBox,
defineBlocks,
Expand Down

0 comments on commit a3f7727

Please sign in to comment.