PHP Classes

File: modules/system/console/asset/fixtures/config/react/App.jsx.fixture

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/console/asset/fixtures/config/react/App.jsx.fixture   Download  
File: modules/system/console/asset/fixtures/config/react/App.jsx.fixture
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 125 bytes
 

Contents

Class file image Download
import React from "react"; const App = () => { return <h1>Hello from React in Winter CMS!</h1>; }; export default App;