10 lines
120 B
TypeScript
10 lines
120 B
TypeScript
import Apps from '@/app/components/apps'
|
|
|
|
const AppList = () => {
|
|
return (
|
|
<Apps />
|
|
)
|
|
}
|
|
|
|
export default AppList
|