Skip to content

Commit

Permalink
Simplify a11y shared import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 10, 2024
1 parent a79ceda commit a3c7926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/a11y/src/shared/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Internal dependencies
*/
import addContainer from '../shared/add-container';
import addIntroText from '../shared/add-intro-text';
import clear from '../shared/clear';
import filterMessage from '../shared/filter-message';
import addContainer from './add-container';
import addIntroText from './add-intro-text';
import clear from './clear';
import filterMessage from './filter-message';

/**
* Create the live regions.
Expand Down

0 comments on commit a3c7926

Please sign in to comment.