mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Added router navigation for settings and details.
This commit is contained in:
parent
30bca80dac
commit
53c23a280b
21 changed files with 156 additions and 73 deletions
3
pages/settings/accounts.js
Normal file
3
pages/settings/accounts.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Index from './index';
|
||||
|
||||
export default Index;
|
||||
3
pages/settings/profile.js
Normal file
3
pages/settings/profile.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Index from './index';
|
||||
|
||||
export default Index;
|
||||
Loading…
Add table
Add a link
Reference in a new issue