Skip to content

Commit c368a9e

Browse files
committed
code
1 parent a8bd484 commit c368a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/Opportunities.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React, { useState } from 'react';
22
import { ArrowLeft, Search } from 'lucide-react';
33
import { Footer } from '../components/Footer/Footer';
4-
import styled from 'styled-components'; // Import styled-components
5-
import Marquee from 'react-fast-marquee'; // Import Marquee
4+
import styled from 'styled-components';
5+
import Marquee from 'react-fast-marquee';
66

77
const Navbar = () => {
88
return (

0 commit comments

Comments
 (0)