Skip to content

Commit

Permalink
AG-12106 Fix localisation related example generation
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Jul 4, 2024
1 parent 75d71b5 commit a7e2579
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { ExampleConfig, ImportType, ParsedBindings } from '../types';
import {
addBindingImports,
addGenericInterfaceImport, findLocaleImport,
addGenericInterfaceImport,
findLocaleImport,
getIntegratedDarkModeCode,
removeModuleRegistration,
} from './parser-utils';
Expand Down

0 comments on commit a7e2579

Please sign in to comment.