mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Remove .env
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { TFile } from "@/types/googleapis";
|
||||
import { drive_v3 } from "googleapis";
|
||||
|
||||
type Props = {
|
||||
data: TFile | drive_v3.Schema$File;
|
||||
};
|
||||
|
||||
export default function ModelPreview({ data }: Props) {
|
||||
return (
|
||||
<div className='flex w-full items-center justify-center'>Model Preview</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user