feat: Implement initial version of formatter app

This commit is contained in:
Faruk AYDIN
2023-08-15 19:26:49 +02:00
parent 3b54b29a99
commit cb08e0bf9f
25 changed files with 361 additions and 4 deletions

View File

@@ -86,6 +86,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/flickr/connection' },
],
},
{
text: 'Formatter',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/formatter/actions' },
{ text: 'Connection', link: '/apps/formatter/connection' },
],
},
{
text: 'GitHub',
collapsible: true,