Skip to content

Commit a315b8c

Browse files
remix-run-botjoseph0926
authored andcommitted
chore: format
1 parent ce54227 commit a315b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/data/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a router and pass it to `RouterProvider`:
3131
import React from "react";
3232
import ReactDOM from "react-dom/client";
3333
import { createBrowserRouter } from "react-router";
34-
import { RouterProvider } from 'react-router/dom';
34+
import { RouterProvider } from "react-router/dom";
3535

3636
const router = createBrowserRouter([
3737
{

0 commit comments

Comments
 (0)