mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
import React, { Component } from 'react'
|
|
|
|
export default class About extends Component {
|
|
render() {
|
|
return (<div>Philosophie du projet</div>)
|
|
}
|
|
}
|