Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 856b2aa

Browse files
author
Yann Leflour
committed
style: move colors import
1 parent 8ec8439 commit 856b2aa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/logo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
import 'colors';
12
export const logo = '❱m'.bgRed.bold + 'ake'.bgRed;

src/rn-plugin.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { UserDependencyConfig } from '@react-native-community/cli';
2-
import 'colors';
32
import { setIconCommand, setSplashScreenCommand } from './modules';
43

54
const v2Config: UserDependencyConfig = {

0 commit comments

Comments
 (0)