mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 06:44:58 +00:00
code: nextjs,frontends,role (4 files)
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
import { useState, useEffect } from 'react'
|
||||
import { getScrambledPassword } from '@/lib/auth'
|
||||
import { NavigationBar } from './level1/NavigationBar'
|
||||
import { GodCredentialsBanner } from './level1/GodCredentialsBanner'
|
||||
import { HeroSection } from './level1/HeroSection'
|
||||
import { FeaturesSection } from './level1/FeaturesSection'
|
||||
import { ContactSection } from './level1/ContactSection'
|
||||
import { AppFooter } from './shared/AppFooter'
|
||||
import { NavigationBar } from '../../level1/NavigationBar'
|
||||
import { GodCredentialsBanner } from '../../level1/GodCredentialsBanner'
|
||||
import { HeroSection } from '../../level1/HeroSection'
|
||||
import { FeaturesSection } from '../../level1/FeaturesSection'
|
||||
import { ContactSection } from '../../level1/ContactSection'
|
||||
import { AppFooter } from '../../shared/AppFooter'
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui'
|
||||
import { GitHubActionsFetcher } from './GitHubActionsFetcher'
|
||||
import { GitHubActionsFetcher } from '../../misc/github/GitHubActionsFetcher'
|
||||
|
||||
// Props for Level1 component
|
||||
interface Level1Props {
|
||||
|
||||
1
frontends/nextjs/src/lib/auth/get-role-home-path.ts
Normal file
1
frontends/nextjs/src/lib/auth/get-role-home-path.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { getRoleHomePath } from './role/get-role-home-path'
|
||||
1
frontends/nextjs/src/lib/auth/get-role-level.ts
Normal file
1
frontends/nextjs/src/lib/auth/get-role-level.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { getRoleLevel } from './role/get-role-level'
|
||||
1
frontends/nextjs/src/lib/auth/resolve-access-decision.ts
Normal file
1
frontends/nextjs/src/lib/auth/resolve-access-decision.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { resolveAccessDecision } from './access/resolve-access-decision'
|
||||
Reference in New Issue
Block a user