Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jan 14, 2025
1 parent d6546bf commit c8abec0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/demo/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { memo } from "react"
import {
BrowserRouter as Router,
Routes,
Route,
Navigate,
} from "react-router"
import { BrowserRouter as Router, Routes, Route, Navigate } from "react-router"
import { HomeScreen } from "./home/HomeScreen"
import { ChakraProvider } from "@chakra-ui/react"
import { theme } from "./theme/theme"
Expand Down

0 comments on commit c8abec0

Please sign in to comment.