mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 01:59:58 +00:00
📝 add store base layout
This commit is contained in:
5
website/src/components/Adapter.tsx
Normal file
5
website/src/components/Adapter.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Adapter() {
|
||||
return <></>;
|
||||
}
|
5
website/src/components/Bot.tsx
Normal file
5
website/src/components/Bot.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Bot() {
|
||||
return <></>;
|
||||
}
|
5
website/src/components/Driver.tsx
Normal file
5
website/src/components/Driver.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Driver() {
|
||||
return <></>;
|
||||
}
|
5
website/src/components/Plugin.tsx
Normal file
5
website/src/components/Plugin.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Plugin() {
|
||||
return <></>;
|
||||
}
|
Reference in New Issue
Block a user