Skip to content

Commit

Permalink
Merge pull request #6 from Netflix-Clone-CEOS/develop
Browse files Browse the repository at this point in the history
fix: fix deploy error
  • Loading branch information
hae2ni authored Nov 16, 2024
2 parents 2e8a8d3 + 79b4ff3 commit ed6b297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netflix/src/components/search/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use client";
import React, { useCallback, useEffect, useState } from "react";
import React, { useCallback } from "react";
import Image from "next/image";
import * as style from "@/styles/search/searchBar.css";
import searchIcon from "/public/svgs/search/searchbar.svg";
Expand Down

0 comments on commit ed6b297

Please sign in to comment.