Skip to content

Commit 1c3ef46

Browse files
alezander86epmd-edp
authored andcommitted
[EPMDEDP-15670]: fix: Import modules using an absolute path
1 parent b97aed3 commit 1c3ef46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { useState } from 'react'
22
import reactLogo from './assets/react.svg'
3-
import viteLogo from '/vite.svg'
43
import './App.css'
54

5+
const viteLogo = '/vite.svg'
6+
67
function App() {
78
const [count, setCount] = useState(0)
89

0 commit comments

Comments
 (0)