feat: init
This commit is contained in:
8
apps/space/ce/components/navbar/index.tsx
Normal file
8
apps/space/ce/components/navbar/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { PublishStore } from "@/store/publish/publish.store";
|
||||
|
||||
type Props = {
|
||||
publishSettings: PublishStore;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const ViewNavbarRoot = (props: Props) => <></>;
|
||||
Reference in New Issue
Block a user