mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 18:17:26 -04:00
Initial Commit
This commit is contained in:
12
src/com/biomed/client/ui/DashboardPanel.java
Normal file
12
src/com/biomed/client/ui/DashboardPanel.java
Normal file
@ -0,0 +1,12 @@
|
||||
package com.biomed.client.ui;
|
||||
|
||||
import com.google.gwt.user.client.ui.Composite;
|
||||
import com.google.gwt.user.client.ui.Label;
|
||||
|
||||
public class DashboardPanel extends Composite implements DashboardView {
|
||||
|
||||
public DashboardPanel() {
|
||||
initWidget(new Label("DashboardPanel"));
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user