Skip to content

Commit

Permalink
fix: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Manasvi Agrawal authored and Manasvi Agrawal committed Feb 24, 2025
1 parent 400bcf6 commit fd08b0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/blocks/locui-create/input-locale/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useInputLocale from './index.js';
import StepControls from '../components/stepControls.js';
import { PROJECT_TYPES, WORKFLOW } from '../utils/constant.js';
import Toast from '../components/toast.js';
import { initByParams, userWorkflowType } from '../store.js';
import { userWorkflowType } from '../store.js';

export default function InputLocales() {
const {
Expand Down
1 change: 0 additions & 1 deletion libs/blocks/locui-create/input-urls/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import FragmentsSection from '../fragments/view.js';
import {
authenticated,
createDraftProject,
initByParams,
nextStep,
project,
projectCreated,
Expand Down

0 comments on commit fd08b0f

Please sign in to comment.