Skip to content

Commit 7e4de25

Browse files
committed
move vite.svg into assets/ from public/
1 parent d4e74d4 commit 7e4de25

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from 'react'
22
import reactLogo from './assets/react.svg'
3-
import viteLogo from '/vite.svg'
3+
import viteLogo from './assets/vite.svg'
44
import './App.css'
55

66
function App() {
File renamed without changes.

0 commit comments

Comments
 (0)