We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bd484 commit c368a9eCopy full SHA for c368a9e
1 file changed
src/Page/Opportunities.jsx
@@ -1,8 +1,8 @@
1
import React, { useState } from 'react';
2
import { ArrowLeft, Search } from 'lucide-react';
3
import { Footer } from '../components/Footer/Footer';
4
-import styled from 'styled-components'; // Import styled-components
5
-import Marquee from 'react-fast-marquee'; // Import Marquee
+import styled from 'styled-components';
+import Marquee from 'react-fast-marquee';
6
7
const Navbar = () => {
8
return (
0 commit comments