Skip to content

Commit

Permalink
Refactor import paths for utilities to use alias
Browse files Browse the repository at this point in the history
  • Loading branch information
JelenaTakac committed Aug 28, 2024
1 parent 7644fbb commit 33b178b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/force-ui.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '60389990906f53ded6cb');
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => 'd92bd14127a1f446ae01');
2 changes: 1 addition & 1 deletion dist/force-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/container/container.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { cn } from '../../utilities/functions';
import { cn } from '@/utilities/functions';

const Container = ( props ) => {
const {
Expand Down

0 comments on commit 33b178b

Please sign in to comment.