Change i18n package to paraglideJs
also refactor auth provider
This commit is contained in:
9
src/routes/(app)/(auth)/account/index.tsx
Normal file
9
src/routes/(app)/(auth)/account/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
|
||||
export const Route = createFileRoute('/(app)/(auth)/account/')({
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/(app)/(auth)/account/"!</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user