Files
digifi-www/src/components/LetsGetStated/LetsGetStarted.tsx
T
2024-03-19 09:04:49 +01:00

14 lines
249 B
TypeScript

import React from "react";
const LetsGetStarted = () => {
return (
<div className="w-full">
<div className="containerMode flex justify-between gap-1 xl:gap-8">
123
</div>
</div>
);
};
export default LetsGetStarted;