Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
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 '.
|
| 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,
|