create sidebar responsive - create header
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import React from "react"
|
||||
|
||||
export interface LoginFormInterface {
|
||||
phoneNumber: string,
|
||||
password: string
|
||||
@@ -34,3 +36,10 @@ export interface RegisterInterface {
|
||||
repeatPassword: string,
|
||||
}
|
||||
|
||||
export interface SidebarInterface {
|
||||
name: string,
|
||||
title: string,
|
||||
route: string,
|
||||
icon: React.ReactNode,
|
||||
activeIcon: React.ReactNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user