Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Pricing.jsx
Browse files
frontend/src/pages/Pricing.jsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
import
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
}
|
|
|
|
| 1 |
+
import PricingSection from '../components/PricingSection';
|
| 2 |
+
|
| 3 |
+
export default function Pricing() {
|
| 4 |
+
return (
|
| 5 |
+
<PricingSection embedded={false} />
|
| 6 |
+
);
|
| 7 |
+
}
|
|
|