Skip to content

Commit

Permalink
Fix import on docs/utility/types (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-of-bodom authored Sep 9, 2024
1 parent 0ee8215 commit 74e9e16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/docs/utilities/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ export default createConfig({
The type of a database in `createConfig(){:ts}`.

```ts filename="ponder.config.ts" {1}
import type { DatabaseConfig } from "@/generated";
import { createConfig } from "@ponder/core";
import { createConfig, type DatabaseConfig } from "@ponder/core";

const database = {
kind: "postgres",
Expand Down

0 comments on commit 74e9e16

Please sign in to comment.