Skip to content

Commit

Permalink
Use function from UIBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed May 9, 2024
1 parent d4812f9 commit 29d18a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import 'semantic-ui-css/components/api';
import 'semantic-ui-css/components/checkbox';
import $ from 'jquery';
import { sanitizeInput} from "./sylius-sanitizer";
import { sanitizeInput } from "sylius/ui/sylius-sanitizer";

const createRootContainer = function createRootContainer() {
return $('<div class="ui list"></div>');
Expand Down

This file was deleted.

0 comments on commit 29d18a3

Please sign in to comment.