forked from baron/baron-sso
ci: add code check badges and coverage reports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {
|
||||
SESSION_EXPIRY_STORAGE_KEY,
|
||||
readSessionExpiryEnabled,
|
||||
SESSION_EXPIRY_STORAGE_KEY,
|
||||
writeSessionExpiryEnabled,
|
||||
} from "../core/session";
|
||||
|
||||
@@ -27,8 +27,8 @@ type ShellProfileSummaryParams = {
|
||||
|
||||
export const SHELL_THEME_STORAGE_KEY = "admin_theme";
|
||||
export const SHELL_SESSION_EXPIRY_STORAGE_KEY = SESSION_EXPIRY_STORAGE_KEY;
|
||||
export { AppSidebar } from "./AppSidebar";
|
||||
export type { ShellSidebarNavItem } from "./AppSidebar";
|
||||
export { AppSidebar } from "./AppSidebar";
|
||||
export { shellLayoutClasses } from "./layout";
|
||||
|
||||
export function readShellTheme(): ShellTheme {
|
||||
|
||||
Reference in New Issue
Block a user