Skip to content

Commit

Permalink
rm apos (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Jul 8, 2022
1 parent cdff393 commit d2f2db1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/nextjs-routes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run `yarn nextjs-routes` to regenerate this file.
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion examples/src-pages/nextjs-routes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run `yarn nextjs-routes` to regenerate this file.
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/nextjs-routes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run `yarn nextjs-routes` to regenerate this file.
/* eslint-disable */

Expand Down
4 changes: 2 additions & 2 deletions src/__snapshots__/utils.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`route generation no routes 1`] = `
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run \`yarn nextjs-routes\` to regenerate this file.
/* eslint-disable */
Expand Down Expand Up @@ -81,7 +81,7 @@ declare module \\"next/router\\" {
`;
exports[`route generation typescript 1`] = `
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run \`yarn nextjs-routes\` to regenerate this file.
/* eslint-disable */
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function getQueryInterface(

export function generate(routes: Route[]): string {
return `\
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.'
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run \`yarn nextjs-routes\` to regenerate this file.
/* eslint-disable */
Expand Down

0 comments on commit d2f2db1

Please sign in to comment.