Skip to content

Commit

Permalink
refactor: rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Oct 31, 2024
1 parent 6df957c commit 82e0090
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/layers/6_client/client.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import type { Chain } from '../../lib/chain/__.js'
import { proxyGet } from '../../lib/prelude.js'
import { Schema } from '../../types/Schema/__.js'
import { type Anyware_, AnywareExtension } from './chainExtensions/anyware.js'
import type { Internal_ } from './chainExtensions/internal.js'
import { type Scalar_, scalarProperties } from './chainExtensions/scalar.js'
import { type With_, withProperties } from './chainExtensions/with.js'
import { type Context, type ContextWithoutConfig, createContext, type TypeHooksEmpty } from './context.js'
import { type Use_, useProperties } from './extension/use.js'
import { type Gql_, gqlProperties } from './gql/gql.js'
import { type Anyware_, AnywareExtension } from './properties/anyware.js'
import type { Internal_ } from './properties/internal.js'
import { type Scalar_, scalarProperties } from './properties/scalar.js'
import { type With_, withProperties } from './properties/with.js'
import { type RequestMethods_, requestMethodsProperties } from './requestMethods/requestMethods.js' // todo
import { type InputStatic } from './Settings/Input.js'
import { type NormalizeInput } from './Settings/InputToConfig.js'
Expand Down

0 comments on commit 82e0090

Please sign in to comment.