mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
feat: forced file naming format (#2270)
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from './Switch';
|
||||
export * from './switch';
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// components/Switch.tsx
|
||||
// components/switch.tsx
|
||||
import { useState } from 'react';
|
||||
|
||||
import { styled } from '../../styles';
|
||||
Reference in New Issue
Block a user