Skip to content

Commit

Permalink
fix: Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Sep 25, 2023
1 parent 353b0b4 commit dac644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/intents/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'cozy-ui/transpiled/react/stylesheet.css'
import 'cozy-ui/dist/cozy-ui.utils.min.css'
import 'styles/intents.styl'
import { Navigate, Route, Routes } from 'react-router-dom'
import { Route, Routes } from 'react-router-dom'
import { HarvestRoutes } from './HarvestRoute'
import React from 'react'
import { createRoot } from 'react-dom/client'
Expand Down

0 comments on commit dac644a

Please sign in to comment.