index.tsx ✕
api.py
import React from 'react';
import { Engine } from '@fixsa/stack';
export const App = () => {
return (
<Engine active={true}>
<h1>Fixsa Liquid Fullstack</h1>
</Engine>
);
};
⚡