larxius commited on
Commit
1621b52
·
verified ·
1 Parent(s): 9d03927

Update frontend/src/components/PricingSection.jsx

Browse files
frontend/src/components/PricingSection.jsx CHANGED
@@ -1,6 +1,6 @@
1
  /* eslint-disable react-hooks/exhaustive-deps, react-hooks/set-state-in-effect, react-hooks/immutability */
2
  import React, { useState, useEffect } from 'react';
3
- import { useAuth } from '../components/AuthContext';
4
  import { useNavigate } from 'react-router-dom';
5
  import {
6
  Shield,
 
1
  /* eslint-disable react-hooks/exhaustive-deps, react-hooks/set-state-in-effect, react-hooks/immutability */
2
  import React, { useState, useEffect } from 'react';
3
+ import { useAuth } from './AuthContext';
4
  import { useNavigate } from 'react-router-dom';
5
  import {
6
  Shield,