📝 add store base layout

This commit is contained in:
yanyongyu
2021-12-29 13:33:36 +08:00
parent 0aea7f13e3
commit 39fd8b2dcd
10 changed files with 495 additions and 437 deletions

View File

@ -0,0 +1,5 @@
import React from "react";
export default function Adapter() {
return <></>;
}

View File

@ -0,0 +1,5 @@
import React from "react";
export default function Bot() {
return <></>;
}

View File

@ -0,0 +1,5 @@
import React from "react";
export default function Driver() {
return <></>;
}

View File

@ -0,0 +1,5 @@
import React from "react";
export default function Plugin() {
return <></>;
}