Skip to content

Commit 82e0090

Browse files
committed
refactor: rename dir
1 parent 6df957c commit 82e0090

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/layers/6_client/client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import type { Chain } from '../../lib/chain/__.js'
22
import { proxyGet } from '../../lib/prelude.js'
33
import { Schema } from '../../types/Schema/__.js'
4+
import { type Anyware_, AnywareExtension } from './chainExtensions/anyware.js'
5+
import type { Internal_ } from './chainExtensions/internal.js'
6+
import { type Scalar_, scalarProperties } from './chainExtensions/scalar.js'
7+
import { type With_, withProperties } from './chainExtensions/with.js'
48
import { type Context, type ContextWithoutConfig, createContext, type TypeHooksEmpty } from './context.js'
59
import { type Use_, useProperties } from './extension/use.js'
610
import { type Gql_, gqlProperties } from './gql/gql.js'
7-
import { type Anyware_, AnywareExtension } from './properties/anyware.js'
8-
import type { Internal_ } from './properties/internal.js'
9-
import { type Scalar_, scalarProperties } from './properties/scalar.js'
10-
import { type With_, withProperties } from './properties/with.js'
1111
import { type RequestMethods_, requestMethodsProperties } from './requestMethods/requestMethods.js' // todo
1212
import { type InputStatic } from './Settings/Input.js'
1313
import { type NormalizeInput } from './Settings/InputToConfig.js'

0 commit comments

Comments
 (0)