Skip to content

Commit

Permalink
feat: #41 - resolving conflicting files
Browse files Browse the repository at this point in the history
  • Loading branch information
devasMartins-Tmd committed Jul 22, 2024
1 parent 670abce commit a8fd63a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/dashboard/userdashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import avatar from "/images/avatar.png";
import drop from "/images/drop.png";
import logo from "/images/logo.png";
import menu from "/images/Menu.png";
import notification from "/images/Notification.png";
import menu from "/images/spec/Menu.png";
import notification from "/images/spec/Notification.png";
import question from "/images/question.png";
import search from "/images/search.png";
import { useEffect, useState } from "react";
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit a8fd63a

Please sign in to comment.