File size: 172 Bytes
89b8989
 
b54d48b
89b8989
 
b54d48b
89b8989
 
 
1
2
3
4
5
6
7
8
9
10
import React from 'react';
import AIFoodAnalyzer from './pages/AIFoodAnalyzer';
import './index.css';

function App() {
  return <AIFoodAnalyzer />;
}

export default App;