@ -1,4 +1,5 @@
|
||||
---
|
||||
import "../global.css";
|
||||
export interface Props {
|
||||
title: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,5 @@
|
||||
---
|
||||
import "../global.css";
|
||||
export interface Props {
|
||||
title: string;
|
||||
}
|
||||
|