🎨 improve format of the code

This commit is contained in:
Alex Santos 2022-05-11 13:04:21 -03:00
parent 83c6d85e83
commit 66c850aef6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import React, { useState, useEffect } from 'react' import React, { useState, useEffect } from 'react'
import { useRouter } from 'next/router' import { useRouter } from 'next/router'
import { AppProps } from 'next/app' import { AppProps } from 'next/app'
// import NProgress from 'nprogress' import NProgress from 'nprogress'
import Sidebar from '../src/components/sidebar/Sidebar' import Sidebar from '../src/components/sidebar/Sidebar'