forked from akai/readest
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import { redirectToLibrary } from '@/utils/nav';
|
|
|
|
const HomePage = () => {
|
|
redirectToLibrary();
|
|
};
|
|
|
|
export default HomePage;
|