mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
style: fix lint issues
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import React, { PropsWithChildren } from "react"
|
||||
import * as SC from "./styles"
|
||||
|
||||
export interface ResourcesSidebarSectionProps {
|
||||
export interface IResourcesSidebarSectionProps {
|
||||
readonly title: string
|
||||
}
|
||||
|
||||
export function ResourcesSidebarSection({
|
||||
title,
|
||||
children,
|
||||
}: PropsWithChildren<ResourcesSidebarSectionProps>) {
|
||||
}: PropsWithChildren<IResourcesSidebarSectionProps>) {
|
||||
return (
|
||||
<div>
|
||||
<SC.SidebarTitle>{title}</SC.SidebarTitle>
|
||||
|
||||
Reference in New Issue
Block a user