Skip to content

Commit

Permalink
remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrttn committed Nov 26, 2024
1 parent dd22d5c commit 16d6a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knip/src/plugins/tanstack-router/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function parseValue(node: Expression, sourceFile: SourceFile): any {
return node.getText(sourceFile);
}

export function getPluginConfigFromBundlerConfig(
function getPluginConfigFromBundlerConfig(
filePath: string,
fileName: string,
moduleSpecifier: string,
Expand Down

0 comments on commit 16d6a8f

Please sign in to comment.