Code: Select all
@SpringBootApplication
@StyleSheet(Aura.STYLESHEET)
@PWA(name = "PACKIT project", shortName = "PACKIT")
public class PackitApplication implements AppShellConfigurator {
...
}
Code: Select all
Aura cannot be resolved to a variable

Code: Select all
@SpringBootApplication
@StyleSheet(Aura.STYLESHEET)
@PWA(name = "PACKIT project", shortName = "PACKIT")
public class PackitApplication implements AppShellConfigurator {
...
}
Code: Select all
Aura cannot be resolved to a variable
