Skip to content

Commit 2742d44

Browse files
author
Uttam Singh
committed
Fix logo import path typo
1 parent f7aa2c0 commit 2742d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Login.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import logo from "frondend/src/assets/logo.png"; //
2+
import logo from "../assets/logo.png";
33

44
export default function Login() {
55
return (

0 commit comments

Comments
 (0)