mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-06-08 02:14:08 +00:00
374b665089
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;
|