Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 7, 2024
1 parent 7ff7c2b commit 27a9569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { LoggerInterface } from '@pandacss/types';
import { type Project } from 'ts-morph';

export type ComponentTokens = { [k: string]: string | ComponentTokens };
Expand All @@ -7,5 +6,4 @@ export type PluginContext = {
project: Project;
tokens: ComponentTokens;
map: Map<string, string | object>;
// logger?: LoggerInterface;
};

0 comments on commit 27a9569

Please sign in to comment.