larxius commited on
Commit
211c31a
·
verified ·
1 Parent(s): 41c622a

Update frontend/src/pages/Pricing.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Pricing.jsx +7 -8
frontend/src/pages/Pricing.jsx CHANGED
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
- import PricingSection from '../components/PricingSection';
3
-
4
- export default function Pricing() {
5
- return (
6
- <PricingSection embedded={false} />
7
- );
8
- }
 
1
+ import PricingSection from '../components/PricingSection';
2
+
3
+ export default function Pricing() {
4
+ return (
5
+ <PricingSection embedded={false} />
6
+ );
7
+ }