Skip to content

Commit

Permalink
examples: Remove unused import (#353)
Browse files Browse the repository at this point in the history
Import was confusing as I was expecting to see some data-fetching or example of using with axios in this quick example
  • Loading branch information
alii committed Nov 9, 2022
1 parent f2837bc commit c40ba02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import {
createRouteConfig,
} from '@tanstack/react-router'

import axios from 'axios'

const routeConfig = createRouteConfig().createChildren((createRoute) => [
createRoute({
path: '/',
Expand Down

0 comments on commit c40ba02

Please sign in to comment.