feat: implement DateService with timezone support and add EncryptionService with unit tests
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { DateServiceComponent } from '@repo/ui';
|
||||
import { Route, Routes } from 'react-router-dom';
|
||||
|
||||
export default function AppModule() {
|
||||
return (
|
||||
<Routes>
|
||||
<Route path="/example/*" element={<div>1</div>} />
|
||||
<Route path="/example/*" element={<DateServiceComponent />} />
|
||||
</Routes>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user