Skip to content

Commit

Permalink
fix(demo): move source code to left
Browse files Browse the repository at this point in the history
Close #4
  • Loading branch information
javier-godoy committed Dec 4, 2023
1 parent ca571ee commit e5e7617
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package com.flowingcode.vaadin.addons.chatassistant;

import com.flowingcode.vaadin.addons.demo.DemoSource;
import com.flowingcode.vaadin.addons.demo.SourcePosition;
import com.vaadin.flow.component.button.Button;
import com.vaadin.flow.component.dependency.CssImport;
import com.vaadin.flow.component.notification.Notification;
Expand All @@ -28,7 +29,7 @@
import com.vaadin.flow.router.PageTitle;
import com.vaadin.flow.router.Route;

@DemoSource
@DemoSource(sourcePosition = SourcePosition.PRIMARY)
@PageTitle("Chat Assistant Add-on Demo")
@SuppressWarnings("serial")
@Route(value = "chat-assistant/basic-demo", layout = ChatAssistantDemoView.class)
Expand Down

0 comments on commit e5e7617

Please sign in to comment.