Restructure project to root layout
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface Area {
|
||||
id: string;
|
||||
name: string;
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
}
|
||||
Reference in New Issue
Block a user