This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/src/App.tsx

6 lines
88 B
TypeScript
Raw Normal View History

import React from 'react';
export default function App() {
return <div>test</div>;
}