From 6ffa6e48b32710c199c846f6312edae9ef6cd4af Mon Sep 17 00:00:00 2001 From: Cameron O'Neill <25141441+keyman015@users.noreply.github.com> Date: Sun, 14 Jul 2024 09:14:16 +0000 Subject: [PATCH] Fix profile tag component file rename compile error --- client/src/pages/account/help.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/account/help.tsx b/client/src/pages/account/help.tsx index b04a743e..55c7d801 100644 --- a/client/src/pages/account/help.tsx +++ b/client/src/pages/account/help.tsx @@ -2,7 +2,7 @@ import React from "react"; import Header from "@/components/ui/header"; import { InfoIcon, PhoneIcon } from "@/components/ui/icons"; -import ProfileTag from "@/components/ui/profile_page_tags"; +import ProfileTag from "@/components/ui/profile-tags"; export default function Help() { return (