File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
import * as fs from 'fs'
2
2
3
3
import { comfyPageFixture as test } from '../browser_tests/fixtures/ComfyPage'
4
+ import {
5
+ formatCamelCase ,
6
+ normalizeI18nKey
7
+ } from '../packages/shared-frontend-utils/src/formatUtil'
4
8
import { CORE_MENU_COMMANDS } from '../src/constants/coreMenuCommands'
5
9
import { DESKTOP_DIALOGS } from '../src/constants/desktopDialogs'
6
10
import { SERVER_CONFIG_ITEMS } from '../src/constants/serverConfig'
7
11
import type { FormItem , SettingParams } from '../src/platform/settings/types'
8
12
import type { ComfyCommandImpl } from '../src/stores/commandStore'
9
- import { formatCamelCase , normalizeI18nKey } from '../src/utils/formatUtil'
10
13
11
14
const localePath = './src/locales/en/main.json'
12
15
const commandsPath = './src/locales/en/commands.json'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import * as fs from 'fs'
3
3
import type { ComfyNodeDef } from '@/schemas/nodeDefSchema'
4
4
5
5
import { comfyPageFixture as test } from '../browser_tests/fixtures/ComfyPage'
6
+ import { normalizeI18nKey } from '../packages/shared-frontend-utils/src/formatUtil'
6
7
import type { ComfyNodeDefImpl } from '../src/stores/nodeDefStore'
7
- import { normalizeI18nKey } from '../src/utils/formatUtil'
8
8
9
9
const localePath = './src/locales/en/main.json'
10
10
const nodeDefsPath = './src/locales/en/nodeDefs.json'
You can’t perform that action at this time.
0 commit comments