Skip to content

Commit

Permalink
chore: cleanup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent 2ee25f8 commit 0ccdf07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions src/example.ts

This file was deleted.

2 changes: 1 addition & 1 deletion example/basic.ts → src/examples/basic.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import z from 'zod';
import { BaseSchema, Logger } from '../src/logger';
import { BaseSchema, Logger } from '../logger';

const schema = {
debug: {
Expand Down

0 comments on commit 0ccdf07

Please sign in to comment.