mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
Rename archive components
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React, { FC } from "react"
|
||||
|
||||
import { SpotlightsSidebar } from "../../components/SpotlightsSidebar"
|
||||
import { ColumnLayout } from "../ColumnLayout"
|
||||
|
||||
export const SpotlightsLayout: FC = ({ children }) => {
|
||||
return (
|
||||
<ColumnLayout
|
||||
title="Spotlights"
|
||||
sidebar={SpotlightsSidebar}
|
||||
content={children}
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user