DEV Community

Maria Gavrilova
Maria Gavrilova

Posted on • Updated on

Test functionality

I want to test what can I do

Link

This is the link of my gitHub gitHub

List

Number:

  1. This is the first
  2. This is the second
  3. This is the 3

What's going on?

  • This is the first
  • This is the second
  • This is the 3

Quote

I will be better then now

What the next?

Code block

const root = ReactDOM.createRoot(
  document.getElementById('root') as HTMLElement
);
root.render(
  <RouterProvider router={router} />
);
Enter fullscreen mode Exit fullscreen mode

Code

const error: any = useRouteError();

Embed

Top comments (0)