larxius commited on
Commit
3f6ec81
·
verified ·
1 Parent(s): 6dddc11

Update frontend/src/pages/LandingPage.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/LandingPage.jsx +1 -1
frontend/src/pages/LandingPage.jsx CHANGED
@@ -1,4 +1,4 @@
1
- import React, { useState, useEffect } from 'react';
2
  import { Link, useNavigate } from 'react-router-dom';
3
  import PricingSection from '../components/PricingSection';
4
  import { useAuth } from '../components/AuthContext';
 
1
+ import { useState, useEffect } from 'react';
2
  import { Link, useNavigate } from 'react-router-dom';
3
  import PricingSection from '../components/PricingSection';
4
  import { useAuth } from '../components/AuthContext';