mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-01-25 08:20:35 +00:00
This commit upgrades vite to the latest version 5, and also updates the vite plugins to the latest version. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
/// <reference types="react" />
|
|
declare function App(): JSX.Element;
|
|
export default App;
|