Skip to content

Commit

Permalink
fix: marquee import route
Browse files Browse the repository at this point in the history
  • Loading branch information
jun-brro committed May 20, 2024
1 parent b6fc096 commit d3b056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/ResultPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from "react";
import { useLocation, useNavigate } from "react-router-dom";
import axios from "axios";
import "./marquee.css"; // Make sure to create this CSS file for the marquee effect
import "marquee.css";

const decodeUnicode = (str: string) => {
return str.replace(/\\u[\dA-F]{4}/gi, (match) => {
Expand Down

0 comments on commit d3b056a

Please sign in to comment.